Skip to content

Instantly share code, notes, and snippets.

@jaredhirsch
Created March 8, 2013 00:51
Show Gist options
  • Save jaredhirsch/5113338 to your computer and use it in GitHub Desktop.
Save jaredhirsch/5113338 to your computer and use it in GitHub Desktop.
awsbox for persona.

I dunno why I always forget this set of steps.

puttin code on an awsbox for dev.

./scripts/deploy.js deploy <the name> -t m1.large
git push <the name> dev:master

if you want to work with unminified code:

ssh app@<the name>.personatest.org
# update config.json to include "use_minified_resources": false
forever restartall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment