-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
abbyamu edited this page May 17, 2011
·
5 revisions
- application: RubyOnRails hosted on heroku
- database: MongoDB hosted on mongoHQ
- search index: Sunspot Solr hosted on raf’s vps
- file storage: Amazon S3
import from Couch database, on raf’s vps
Onthology: http://wiki.skule.ca/doku.php/projects/currmap/onthology
How to toggle admin privileges locally:
rails c
u = User.last
# check that it's you
u.roles = [:admin, :student]
u.save
How to edit the wiki page :P
go to your CurrMap directory
>git clone [email protected]:engsci/CurrMap.wiki.git
open file and edit it
push back up to github
>git add Notes.md
>git commit -m "what you changed"
>git push
or, you can just go to https://github.com/engsci/CurrMap/wiki, click on the appropriate page, and click the edit button. Much easier :D