Skip to content
peterbrescia edited this page Oct 1, 2013 · 2 revisions
  1. Set up AWS server from existing image (named "Server Template"): Select Server Image (Template Server) and LAUNCH. Enable termination protection and create a new key pair. (Optional but recommended) Elastic IP: assign new to server. Ensure AWS security group allows all actions on port 98.
  2. Branch project-checkout repo and copy to local machine.
  3. Create a new Git repo and clone to your local machine.
  4. Modify checkoutconfig.php in project-checkout branch to reference new Git repo.
  5.  (Optional) Create a new keyfile (ssh keygen command) and assign to repo on Github. Put private half in project-checkout folder. Set name as same as you define it in checkoutconfig.php.
    
  6.  Push to Github.
    
  7. Hit [serverip]/project-checkout/metacheckout.php to import modified non-meta checkout scripts to server. Select your branch and input password.
  8. Hit [serverip]/project-checkout/checkout.php ON PORT 98 to import your Git files.
Clone this wiki locally