The API that's running behind the Liquid Galaxy scenes and powering its applications.
Install / upgrade (on the master machine only):
bash <(curl -s https://raw.githubusercontent.com/LiquidGalaxyLAB/liquid-galaxy-api/master/scripts/install.sh)
The API will be available under port 82 (proxy served by Apache). http://localhost:82
No further steps are required.
Reminder: php-interface is by default running on port 81 (also served by Apache).
Install on the master machine only!
Requirements:
Node dependencies:
npm install
Run with:
npm run start
or npm run start-dev
(debug)
You might need to create an iptables TCP exception. The API is running under port 3030 by default.
MIT © Gerard Rovira Sánchez