forked from diaspora/diaspora
-
Notifications
You must be signed in to change notification settings - Fork 1
Public Pod Administration
DoubleMalt edited this page Jan 27, 2012
·
4 revisions
Basically you have two choices.
- Use an application server like thin and a reverse proxy lie nginx that exposes it
- Use a web server that has a ruby module like passenger (you can use apache or nginx for that)
- thin + nginx TBD
- thin + apache TBD
TBD
TBD
If your server is hosted behind a NAT you will need either to forward the necessary ports to your bacend or use a service like pagekite
TBD
TBD
TBD
TBD
git pull
bundle exec install
bundle exec rake db:migrate
- Restart server
- Load server start page
bundle exec jammit
TBD
TBD
TBD