This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Setup Instructions
- Login to your server and create the user (i.e. useradd myuser)
- Add this user to the sudoers list (visudo)
- su
&& ssh-keygen - Enable key based authentication for the new user by copying your public key from your development machine to the server (scp [-i .ec2/YourEC2Key.pem] .ssh/id_rsa.pub root@[remotehost]:/home/[username]/.ssh/authorized_keys2)
- Back on the server change the ownership of the authorized_keys2 file to [username] and chmod 600
- Back on your development machine run sprinkle -c -s config/install.rb from the passenger-stack root directory.






