Project Plan

  • Create gmail account
    • Forward email to inbox
  • Create Chrome person using email account
  • Create new ssh key for project
    • Add to ~/.ssh/config
  • Create bitbucket account to use for all code
    • Use new ssh key to connect
  • Create mailgun account (or add to gelform's account)

Other accounts

  • Create twitter account
  • Create Instagram account
  • Create facebook page

API on SpinupWP

$ ssh [email protected]

$ pico /etc/nginx/sites-available/{DOMAIN}/server/static-files.conf

location /api {
try_files $uri $uri/ /api/index.php$is_args$args;
}

- test changes: sudo nginx -t
- Save changes: sudo service nginx reload