Skip to content

gnomet/marketing-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharetribe.com marketing site

The marketing site shown at www.sharetribe.com

Deploy

Build, package and deploy new version

tl;dr Run grunt build package deploy

(Make sure you have aws-keys.json file)

  1. Run grunt build

  2. Build task creates a new folder dist. Go to that browser and run http-server on that folder. Do your testing.

  3. Run grunt package deploy

  4. Go to S3 URL (http://www.sharetri.be.s3-website-us-east-1.amazonaws.com/ or http://www.sharetribe.com.s3-website-us-east-1.amazonaws.com/) and test.

  5. Go to CloudFront console and invalidate *.html files

  6. Make sure the cache is invalidated: Open the browser and go to the site URL. See the source code. Scroll to the bottom and make sure the VERSION is updated.

AWS Credentials

Create a new file called aws-keys.json. The content of that file should be:

  {
    "AWSAccessKeyId": "AKxxxxxxxxxx",
    "AWSSecretKey": "super-secret-key"
  }

Setup

  1. http://docs.aws.amazon.com/gettingstarted/latest/swh/setting-up.html

About

The marketing site shown at www.sharetribe.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published