The minimum requirements are:
-
To get your own local copy of Origo server use git to clone the repository with the command below:
git clone https://github.com/origo-map/origo-server.git
-
To install the required node dependencies run the following command from the root directory of origo-server:
npm install
-
To start Origo server, run:
node app.js
The server will be available at http://localhost:3001/origoserver.
The database dependencies in Origo server are optional and if any of the modules fails to install it will be skipped. Currently Origo server supports MS SQL Server, Oracle and PostgreSQL.
Origo can be installed as a Windows service. Run the following command from tasks:
node create_windowsservice.js
Make sure the paths specified in create_windowsservice.js are correct.
To uninstall run the following command:
node uninstall_windowsservice.js