This is the website for http://www.cutgroup.org/
To deploy the site, run these commands:
make staging
After validating the deployment at the staging site, http://cutgroup-staging.smartchicagoapps.org, deploy to production:
make deploy
Before deploying, minify the Javascript:
make minify
Minification requires the uglifyjs
application. Assuming you have npm
installed, run:
npm install -g uglify-js
Before deployment, setup your environment to interact with AWS S3.
-
Install the s3cmd tool. If you use homebrew, run:
brew install s3cmd
-
Configure the .s3cfg file:
s3cmd --configure -c .s3cfg
-
When prompted, enter your AWS access key and secret key. Use the defaults (enter) for all other prompts.
This work is licensed under a Creative Commons Attribution 3.0 Unported License