summaryrefslogtreecommitdiff
path: root/README
blob: 50cc8c3dfe505b1b8aaf5033d5f14d393ee2534d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
A graphical interface for the OpenTox ToxModel usecase

INSTALLATION

1. Follow the instructions on http://wiki.github.com/helma/opentox-documentation/installation-of-opentox-webservices

2. Install opentox-toxmodel

	git clone git://github.com/helma/opentox-toxmodel.git

	or fork opentox-toxmodel on github (http://github.com/helma/opentox-toxmodel) and clone your new repository (see guides on http://github.com)

3. Run opentox-toxmodel

	cd opentox-toxmodel
	thin -R config.ru -e production start

	point your browser to http://localhost:3000/

	or deploy with phusion passenger (http://www.modrails.com/)