Skip to content

⚡ The API that's running behind the scenes and powering Liquid Galaxy applications.

License

Notifications You must be signed in to change notification settings

LiquidGalaxyLAB/liquid-galaxy-api

Repository files navigation

Liquid Galaxy API

The API that's running behind the Liquid Galaxy scenes and powering its applications.

Build Status David David Coverage Status Code Climate

Liquid Galaxy quickstart

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).

Manual installation

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.

License

MIT © Gerard Rovira Sánchez