Skip to content

misha-marinenko/platform9

Repository files navigation

platform9

https://platform9.herokuapp.com
A Free Calls For Everyone in the world.

Deploy to Heroku Deploy to Bluemix

For start your Platform9:

  1. Install latest npm, git and nodeJS.
    sudo apt-get install nodejs nodejs-legacy npm git
  2. Cone Repo
    git clone https://github.com/misha-marinenko/platform9.git
  3. Enter to dir
    cd platform9
  4. Install All Libs...
    npm install
  5. Run IT:
    env PORT=[YOUR PORT] npm start
    Exmaple:
    env PORT=80 npm start
    or
    export PORT=80 (export PORT=[Your Port])