From Fedora Project Wiki
No edit summary
mNo edit summary
Line 3: Line 3:
= Creating a new Fedora Hosted Project =
= Creating a new Fedora Hosted Project =


{{ Template:message/warning |  This page is for administrators only.  People wishing to request a hosted project should use the [https://fedorahosted.org/fedora-infrastructure/ Ticketing System] ; see [[Infrastructure/ProjectHosting/RequestingNewProject|  RequestingNewProject]]  (Requires Fedora Account)  
{{Admon/important |  This page is for administrators only.  People wishing to request a hosted project should use the [https://fedorahosted.org/fedora-infrastructure/ Ticketing System] ; see [[Infrastructure/ProjectHosting/RequestingNewProject|  RequestingNewProject]]  (Requires Fedora Account)}}
}}


# Create source group in [[Infrastructure/AccountSystem|  Fedora Account System]]  (<scm>project should be the group name)
# Create source group in [[Infrastructure/AccountSystem|  Fedora Account System]]  (<scm>project should be the group name)

Revision as of 20:38, 3 June 2008


Creating a new Fedora Hosted Project

Important.png
This page is for administrators only. People wishing to request a hosted project should use the Ticketing System ; see RequestingNewProject (Requires Fedora Account)
  1. Create source group in Fedora Account System (<scm>project should be the group name)
  2. Create source repo
  3. Log into hosted1
  4. Create new project space via hosted-setup.sh:
    $ /usr/local/bin/hosted-setup.sh <project name> <project admin>
  5. Answer most questions with defaults except source control. /srv/<scm>/<project> is where the source is
  6. Edit sudo -u apache vim /srv/web/trac/${PROJECTNAME}/conf/trac.ini add base_url = https://fedorahosted.org/${PROJECTNAME}/ under the [trac] section