Launch user into backoffice on first deploy

This commit is contained in:
did 2011-05-29 13:32:31 -07:00
parent eb56779370
commit 36e5d6d55d
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{ {
"platform": "rails", "platform": "rails",
"platform_version": 3, "platform_version": 3,
"ruby_version": "1.9.2", "ruby_version": "1.9.2",
"sql": false, "sql": false,
"mongodb": true "mongodb": true,
"start_page": "admin"
} }

View File

@ -15,7 +15,7 @@ BACKLOG:
- edit images (upload new ones, ...etc) => wait for aloha or send them an email ? - edit images (upload new ones, ...etc) => wait for aloha or send them an email ?
- global regions: keyword in editable element (http://www.mongodb.org/display/DOCS/Updating) - global regions: keyword in editable element (http://www.mongodb.org/display/DOCS/Updating)
- cucumber features for admin pages (in progress) - cucumber features for admin pages (in progress)
(- duostack version) (- duostack/doutcloud version)
- icon for redirection page in the pages section (back-office) - icon for redirection page in the pages section (back-office)
- write my first tutorial about locomotive - write my first tutorial about locomotive
- upgrade warning if new version of locomotive (maybe based on the commit id) - upgrade warning if new version of locomotive (maybe based on the commit id)