[allura:tickets] Re: #8204 Create new neighbourhood

2018-09-21 Thread Dave Brondsema
Hi, https://forge-allura.apache.org/p/allura/wiki/Themes%20in%20Allura/ has some documentation about it. Depending on what you want to do may be more or less work. There is not currently a way to make it responsive. Essentially every page would need its HTML & CSS to be rewritten. We

[allura:tickets] Re: #8204 Create new neighbourhood

2018-08-27 Thread Dave Brondsema
It is not in a released version yet. But it is on the "master" branch of allura, so if you are using a git checkout of Allura you can update to the latest and use it. --- ** [tickets:#8204] Create new neighbourhood** **Status:** open **Milestone:** unreleased **Created:** Fri Jun 08, 2018

[allura:tickets] Re: #8204 Create new neighbourhood

2018-07-27 Thread Dave Brondsema
Those are not part of the open source Allura, sorry --- ** [tickets:#8204] Create new neighbourhood** **Status:** open **Milestone:** unreleased **Created:** Fri Jun 08, 2018 06:15 AM UTC by Vrinda **Last Updated:** Thu Jul 26, 2018 12:34 PM UTC **Owner:** nobody Hello, I understand

[allura:tickets] Re: #8204 Create new neighbourhood

2018-06-15 Thread Dave Brondsema
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

[allura:tickets] Re: #8204 Create new neighbourhood

2018-06-14 Thread Dave Brondsema
Yep, that is the error. You will need to set permissions so the allura webapp and taskd processes can read & write to that directory. Or change that directory with the `scm.repos.root` setting and `scm.host.file.git` setting in the `.ini` config file (and restart services). You'll probably

[allura:tickets] Re: #8204 Create new neighbourhood

2018-06-13 Thread Dave Brondsema
Is the `taskd` process running? That is an allura command that runs background processes like initializing repositories. With the docker setup it is just one of the containers. If you are running without docker,

[allura:tickets] Re: #8204 Create new neighbourhood

2018-06-11 Thread Dave Brondsema
There's not exactly a way to delete a neighborhood, but you can create the initial database without the example neighborhoods. See the `setup-app` note at https://forge-allura.apache.org/docs/getting_started/installation.html Otherwise you can go into the mongodb shell to remove things, see: