-
Notifications
You must be signed in to change notification settings - Fork 0
How To Use
peterbrescia edited this page Oct 1, 2013
·
2 revisions
- 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.
- Branch project-checkout repo and copy to local machine.
- Create a new Git repo and clone to your local machine.
- Modify checkoutconfig.php in project-checkout branch to reference new Git repo.
-
(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.
-
Push to Github.
- Hit [serverip]/project-checkout/metacheckout.php to import modified non-meta checkout scripts to server. Select your branch and input password.
- Hit [serverip]/project-checkout/checkout.php ON PORT 98 to import your Git files.