Skip to content

Commit

Permalink
Updated MarkUs Version > 0.9 Deployment Documentation (A System Ad…
Browse files Browse the repository at this point in the history
…ministrator's Guide) (rest)
  • Loading branch information
jerboaa committed May 6, 2012
1 parent e83b728 commit fed9cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions InstallProdStable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ Configuring Requirements

Run the following rake tasks (non-root)::

bundle exec rake db:create # creates the "production" database according to database.yml
bundle exec rake db:schema:load # creates the necessary database schema relations
RAILS_ENV=production bundle exec rake db:create # creates the "production" database according to database.yml
RAILS_ENV=production bundle exec rake db:schema:load # creates the necessary database schema relations

Create an "instructor" user for the person responsible for the course::

bundle exec rake markus:instructor first_name='Markus' last_name='Maximilian' user_name='markus'
RAILS_ENV=production bundle exec rake markus:instructor first_name='Markus' last_name='Maximilian' user_name='markus'

Configure the MarkUs application in
\<MarkUs-APP-Root\>/config/environments/production.rb (see our MarkUs
Expand Down

0 comments on commit fed9cfb

Please sign in to comment.