A website to celebrate our glorious cooperative.
Install all worthy dependencies with bundler:
$ bundle install
Copy the sample environment file into place:
$ cp .env.example .env
Then start Middleman for great victories in development:
$ bundle exec middleman server
To spread our message across the globe, you must create a useful
CloudFormation stack using the
site.json template. The stack generates some useful outputs.
Then, acquire IAM credentials with Put*
access for the S3 bucket created by that stack, as well as CreateInvalidation
access for CloudFormation.
Create a .env file locally with these entries:
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
BUCKET_NAME=
BUCKET_REGION=
CLOUDFRONT_DISTRIBUTION_ID=
Then, follow these important steps:
$ bundle exec middleman build
$ bundle exec middleman sync
$ bundle exec middleman invalidate
After 10 minutes, our adoring public will receive the latest updates.
- Hang out at Ministry of Velocity LLC
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request