excellenteasy / website

generated static website
https://excellenteasy.com
0 stars 0 forks source link

excellenteasy-website

generated static website

Installation

npm install -g grunt-cli
npm install
bundle install
sudo easy_install Pygments
brew install s3cmd

Configuration

You need to configure s3cmd in order to be able to update S3 assets. This is required for using the grunt dist or grunt shell:s3 commands.

s3cmd --configure

If you need access details, contact an administrator.

Build

grunt build

Distribution

Requires S3 credentials and SFTP access to EC2. Requires EC2 SSH key .pem file. Store it in the root of the repo as ec2.pem.

grunt dist