-
Notifications
You must be signed in to change notification settings - Fork 2
1. Setup
Below the instructions for setting up Accurator on a mac or linux machine.
Install latest SWI-Prolog development release: http://www.swi-prolog.org/download/devel
Clone the Cliopatria webserver code in a suitable directory:
$ cd git
$ git clone git@github.com:ClioPatria/ClioPatria.gitCreate a folder for the accurator server:
$ cd ..
$ mkdir accurator
$ cd accuratorNow configure this directory as a ClioPatria project by running:
$ ../git/ClioPatria/configureYou can now run the web server using the command below:
$ ./run.plUse your web browser to navigate to the server interface at localhost:3020 and add an admin user.
Install the Accurator cpacks by typing the following in the console:
?- cpack_install(accurator).Congratulations! If everything went well you now have a server with accurator functionallity running at localhost:3020/intro.html. Typing 'halt.' in the console will stop the server.
In collection data you will learn how to load data on the server.