Make all of the following prerequisites are installed on the development machine:
- Node.js and npm package manager
- Gulp
$ git clone [email protected]:siemonster/Project.git
You can define PORT env variable before running the application.
$ bower update
$ npm update
$ node watchman.js
$ PORT=9000 node sever.js
On Linux you will need autoconf and automake. You will also need setuptools and may need to install a python-dev or python-devel package. Source: https://facebook.github.io/watchman/docs/install.html
$ git clone https://github.com/facebook/watchman.git
$ cd watchman
$ git checkout v4.6.0 # the latest stable release
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
$ git clone [email protected]:siemonster/Project.git
$ cd Project
$ cd containers
$ ./deploy_app_remotely_prepare
$ ./deploy_app