public
Fork of benschwarz/passenger-stack
Description: Sprinkles for Apache, Passenger, Memcached, Git, MySQL, Postgres, or SQLite
Home | Edit | New

Home

Setup Instructions

  1. Login to your server and create the user (i.e. useradd myuser)
  2. Add this user to the sudoers list (visudo)
  3. su && ssh-keygen
  4. 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)
  5. Back on the server change the ownership of the authorized_keys2 file to [username] and chmod 600
  6. Back on your development machine run sprinkle -c -s config/install.rb from the passenger-stack root directory.

More Information
This is a forked repository. Have a look at
benschwarz’s passenger-stack wiki
for more information.

Last edited by nwp, Sat May 02 06:03:14 -0700 2009
Home | Edit | New
Versions: