https://platform9.herokuapp.com
A Free Calls For Everyone in the world.
For start your Platform9:
- Install latest npm, git and nodeJS.
sudo apt-get install nodejs nodejs-legacy npm git - Cone Repo
git clone https://github.com/misha-marinenko/platform9.git - Enter to dir
cd platform9 - Install All Libs...
npm install - Run IT:
env PORT=[YOUR PORT] npm start
Exmaple:
env PORT=80 npm start
or
export PORT=80 (export PORT=[Your Port])