Compiling and uploading the Hangout Application Files - welikepie/asos-hangout-app GitHub Wiki
We’re now ready to start compiling your Hangout files in order to upload them to your server and start creating your Google+ Hangouts.
In the command line, navigate to the asos-hangout-repo you have been working with on your machine. Run the the following command in the root folder of the repo to install grunt, the build tool for this project.
npm install grunt
Run the the following command to retrieve all of the packages that grunt requires
npm install
Run the following grunt commands
grunt staging-admin-app-release
grunt main-admin-app-release
grunt hangout-app-release
grunt staging-app-release
Upload your compiled Hangout Files
- SSH into your server using the FTP client of your choice
- Upload the contents of the build folder into the directory you designated when you configured the VirtualHost block.
- Unpack the landing page folder to the root directory such that the first page seen on going to the intended web address is the landing page.