-
Notifications
You must be signed in to change notification settings - Fork 5
2.3. Using the Web Interface
-
(optional) If you choose to use Mongo, install MongoDb (use the default settings)
And start a session by typing 'mongod' on a terminal. MongoDB has to be running.
The file
./saffron-web.sh
contains some information, such as the name given to the database, the host and port it will run on. If using Mongo, you need to change the database name (default to saffron_test) edit the file saffron-web.sh and change the line: export MONGO_DB_NAME=saffron_testTo change the Mongo HOST and PORT, edit the same file on the following:
export MONGO_URL=localhost export MONGO_PORT=27017
-
To start the Saffron Web server, simply choose a directory for Saffron to create the models and run the command as follows
./saffron-web.sh
-
Then open the following url in a browser to access the Web Interface. All results from this pipeline (output JSON files) will be generated in the
./web/data/
folder.
This resource has been funded by Science Foundation Ireland under Grant SFI/12/RC/2289_P2 for the Insight SFI Research Centre for Data Analytics. © 2020 Data Science Institute - National University of Ireland Galway