Hi, I just downloaded the Agilo appliance and went through the demo project - looks nice. I then went ahead and created a new project through the command line per the documentation (contents below). I can access the new project site but its look and feel is quite different from the demo project and seems to be missing some options.
Is there way to get the new project setup to look more like the demo project? TIA -------------------------------------------- $ cd /var/lib/trac $ sudo trac-admin <project-name> initenv Where <project-name> is the name of your project. Answer all the questions, then the project will be initialized. Now you will have to enable authentication, and agilo, you will have to edit the configuration file for the newly created project: $ sudo nano <project-name>/conf/trac.ini Again, <project-name> is the name of the project you just created. There you can copy and paste the section [components] and [account- manager] of the trac.ini located in the agilo demo project. As a last step, fix the permissions on the filesystem: $ sudo chown -R www-data:www-data <project-name> ------------------------------------------------ --~--~---------~--~----~------------~-------~--~----~ Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

