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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment