This repository was archived by the owner on Jun 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
1. Setup
Chris Dijkshoorn edited this page Apr 7, 2015
·
7 revisions
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 (typing 'halt.' will stop it):
$ ./run.plStart the webserver and install the required cpacks:
$ ./run.pl
?- cpack_install(accurator).Congratulations! If everything went well you now have a server with accurator functionallity running at: localhost:3020/intro.html
In collection data you will learn how to load data on the server.