From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
# Edit <code>sudo -u apache vim /srv/web/trac/${PROJECTNAME}/conf/trac.ini</code> add <code>base_url = https://fedorahosted.org/${PROJECTNAME}/ </code> under the <code> [trac] </code> section | # Edit <code>sudo -u apache vim /srv/web/trac/${PROJECTNAME}/conf/trac.ini</code> add <code>base_url = https://fedorahosted.org/${PROJECTNAME}/ </code> under the <code> [trac] </code> section | ||
[[Category:Infrastructure]] [[Category:Hosted Projects]] | [[Category:Infrastructure]] [[Category:Hosted Projects|Create a New Project]] |
Revision as of 03:08, 2 June 2008
Creating a new Fedora Hosted Project
- Create source group in Fedora Account System (<scm>project should be the group name)
- Create source repo
- Log into hosted1
- Create new project space via hosted-setup.sh:
$ /usr/local/bin/hosted-setup.sh <project name> <project admin>
- Answer most questions with defaults except source control. /srv/<scm>/<project> is where the source is
- Edit
sudo -u apache vim /srv/web/trac/${PROJECTNAME}/conf/trac.ini
addbase_url = https://fedorahosted.org/${PROJECTNAME}/
under the[trac]
section