After README, there are a lot of things to do to really get started, which aren't explained:
db.user.update({username:/test/}, {$set: {disabled:true}}, false, true);db.user.update({username:/root/}, {$set: {disabled:true}}, false, true);db.user.update({username:/admin/}, {$set: {disabled:true}}, false, true);
db.neighborhood.remove({url_prefix:'/adobe/'})
db.project.remove({shortname:'test'}) // may need to add a neighborhood_id
[handler_console]
in the ini file to use allura.lib.utils.CustomWatchedFileHandler
so that it goes to a file and gets task info includedbeaker.session.secret
and beaker.session.validate_key
in the .ini
file to new values (first used for simple cookies, latter used for encrypted cookies)Several of these are explained in default wiki content now.
docs/installation.rst has some post-setup content which should be freshened, and enhanced to include more.
Diff:
[#6007] for the default nbhd wiki content
Related
Tickets:
#6007Diff:
Diff:
Diff:
Related
Tickets:
#5424Diff:
Related
Tickets:
#5424Diff:
Related
Tickets:
#5424Diff:
Related
Tickets:
#5424Hey Igor,
Not sure how far you've gotten with this, but Heith and I were talking about it a few days ago and had an idea. Instead of telling people how to delete the test content, maybe we want 2 different ways to run
setup-app
(bootstrap.py). One with sample content and one without.I didn't start it yet. I'm planning to work on it today. That sounds like a good idea, I'll give it a try!
Closed #815.
ib/5943
QA:
ALLURA_TEST_DATA=False paster setup-app development.ini
(change db settings first, if you don't want to rewrite existing data)cd Allura/docs && make html
English is not my native language, so there's definitely some silly mistakes. Feel free to fix them :)
Last edit: Igor Bondarenko 2015-07-10