Creating a project
projects can be created using the following command:
$ /custom/bin/add-project.sh <project-name> <owner (user-id)>
N.b. the owner should be first be created if necessary with /custom/bin/add-user.sh
.
Project naming is all-lower-caps and can include dashes, no other punctuation.
Unfortunately, the script doesn't create a GitLab? project group (yet?), so the following steps need to be executed as well:
- Create a GitLab? group
- Assign the project owner (who should already have a GitLab? user) as "owner" to the group
Output
The above mentioned command creates a Subversion repository, Trac project and dummy project page (web presence).
Last modified 10 years ago
Last modified on 05/27/15 11:09:38