Everything is saved to mongodb, so restarts wont' lose anything.  With the 
docker setup, you can restart with: `docker-compose restart taskd` and 
`docker-compose restart web`

With step-by-step installation you basically just stop the process and then 
start it again.  (In a production-ready setup you'd want to create a service to 
manage it).  So something like:

* `pkill -f gunicorn` and then `gunicorn --reload --paste development.ini` again
* `pkill "^taskd";` and then `nohup paster taskd development.ini >> 
/var/log/allura/taskd.log 2>&1 &` again



---

** [tickets:#8204] Create new neighbourhood**

**Status:** open
**Milestone:** unreleased
**Created:** Fri Jun 08, 2018 06:15 AM UTC by Vrinda
**Last Updated:** Fri Jun 15, 2018 12:06 PM UTC
**Owner:** nobody


Hello,

I understand neighbourhoods can be used for grouping similar projects. By 
default I can see 3 neighbourhoods created by default : Adobe, Projects and 
Users.
Is it possible to create new neighbourhood?

Regards,
Vrinda.


---

Sent from forge-allura.apache.org because dev@allura.apache.org 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