- **status**: in-progress --> review
- **Comment**:

Closed #815. `ib/5943`

QA:

- checkout branch
- run `ALLURA_TEST_DATA=False paster setup-app development.ini` (change db 
settings first, if you don't want to rewrite existing data)
- make sure there's no test users, projects, adobe neighborhood, etc
- `cd Allura/docs && make html`
- review "Installation -> Post-setup instructions" and "Using Allura -> What 
are neighborhoods?" sections

English is not my native language, so there's definitely some silly mistakes. 
Feel free to fix them :)



---

** [tickets:#5943] Post-setup instructions**

**Status:** review
**Milestone:** unreleased
**Labels:** docs bitesize getting-started sf-current sf-4 
**Created:** Fri Mar 08, 2013 05:03 PM UTC by Dave Brondsema
**Last Updated:** Wed Jul 08, 2015 06:46 PM UTC
**Owner:** Igor Bondarenko

After README, there are a lot of things to do to really get started, which 
aren't explained:

* what neighborhoods are
* how to get to a nbhd admin page and configure stuff
* remove default users: `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);`
* remove adobe nbhd: `db.neighborhood.remove({url_prefix:'/adobe/'})`
* remove test project:  `db.project.remove({shortname:'test'})    // may need 
to add a neighborhood_id`
parameter if the project name exists in more than one nbhd.
* change `[handler_console]` in the ini file to use 
`allura.lib.utils.CustomWatchedFileHandler` so that it goes to a file and gets 
task info included
* change `beaker.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.


---

Sent from forge-allura.apache.org because [email protected] is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to