Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring Rus Trans up to date, fix of #535 #17

Merged
merged 3 commits into from
Mar 6, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem "cregexp"
gem "mysql2"
gem 'sqlite3'
gem 'dynamic_form'
gem 'thin'

group :development do
end
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ GEM
execjs
coffee-script-source (1.2.0)
cregexp (0.2.0)
daemons (1.1.8)
diff-lcs (1.1.3)
dynamic_form (1.1.4)
erubis (2.7.0)
eventmachine (0.12.10)
excon (0.6.6)
execjs (1.3.0)
multi_json (~> 1.0)
Expand Down Expand Up @@ -187,6 +189,10 @@ GEM
sqlite3 (1.3.5)
therubyracer (0.9.10)
libv8 (~> 3.3.10)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand Down Expand Up @@ -232,6 +238,7 @@ DEPENDENCIES
spork
sqlite3
therubyracer
thin
uglifier
will_paginate (>= 3.0.pre2)
ya2yaml
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ These commands will create the database structure of Opal in production mode. If

h2. That's it!

You can now start Opal using the built-in Rails webserver, WEBrick...
You can now start Opal using 'thin' webserver...

<pre>
bundle exec rails s -e production
</pre>

...or any of your other favorite webservers: thin, nginx, apache, mongrel, etc.
...or any of your other favorite webservers: nginx, apache, mongrel, etc.

* To log in to Opal for the first time, the default Admin username and password is: *admin*.

Expand Down
Loading