mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Document the installation a bit, run last 3 migrations
This commit is contained in:
parent
ef556f02ca
commit
ca6b63c4e2
2 changed files with 25 additions and 3 deletions
19
README.md
19
README.md
|
|
@ -1,4 +1,19 @@
|
|||
osem
|
||||
OSEM
|
||||
====
|
||||
The Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
|
||||
|
||||
Open Source Event Manager
|
||||
Installation
|
||||
============
|
||||
* cp config/config.yml.example config/config.yml
|
||||
* cp config/database.yml.example config/database.yml
|
||||
* bundle install
|
||||
* bundle exec rake db:setup
|
||||
* bundle exec rake db:seed
|
||||
* GOTO http://0.0.0.0:3000 and register a user
|
||||
|
||||
Configuration
|
||||
=============
|
||||
To make the first registered user an admin
|
||||
* rails console
|
||||
-> hero = User.find('1')
|
||||
-> hero.role_ids=[3]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue