forked from Andrea/rubyjobs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (20 loc) · 1.13 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
== Welcome to rubyjobs, a simple job listing app from Ruby Ireland
Please see http://groups.google.com/group/ruby_ireland/browse_thread/thread/8f82eeb2a1becb0b
== Required Gems
- sqlite3-ruby
- rspec-rails
- wvanbergen-scoped_search
== Development Environment Setup
- See http://wiki.github.com/GavinJoyce/rubyjobs/getting-your-development-environment-up-and-running
for details on getting the rubyjobs codebase running on your platform including Ruby On Rails and
the above required gems. For more detail you can drill down into the deployment steps below.
== Deployment Steps
- OS install, new user, ssh + iptables: http://articles.slicehost.com/2008/11/28/ubuntu-intrepid-setup-page-1
- Update OS: http://articles.slicehost.com/2008/11/28/ubuntu-intrepid-setup-page-2
- Apache : http://articles.slicehost.com/2008/12/11/ubuntu-intrepid-installing-apache-and-php5
- Ruby & RubyGems : http://articles.slicehost.com/2008/4/30/ubuntu-hardy-ruby-on-rails
- Passenger : http://articles.slicehost.com/2008/5/1/ubuntu-hardy-mod_rails-installation
- Install Git : sudo apt-get install git-core
- Capify App
- Create deployer user
- cap:deploy