Monday, June 15, 2009

Slicehost Setup- Part 1

I'm not going to pretend that I figured out anything on my own. Here are the tutorials I used:

For setting up most things

For setting up git

Setting up Passenger/nginx


The only snag I hit was in running the git commands (remote add, clone, etc). Apparently, if you use the default port (22), you can do this:

git remote add origin git@YOUR-SLICE-IP:project

If you specified a different port, you would need to do this instead:

git remote add origin ssh://git@YOUR-SLICE-IP:PORT_NUMBER/absolute/path/to/git/project

No comments:

Post a Comment