{% extends "service/master.html"%} {% block title %}{{ domainObject.getLabelValue|escape }} - Create Service{% endblock %} {% block content %}

Add new service

Adding project services helps people to use and contribute to your project.

{% include "snippets/formerrors.html" %}
Service details
{{ form.plugin }}

The plugin determines what kind of application will be made available at the service url. So, for example, if you choose 'svn' you will get a Subversion repository, if you choose 'moin' you will get a MoinMoin wiki.

Note that the type of service cannot be changed after the service has been created. If you would like a different type of service, simply create another service of a different type, and then delete the unwanted service.


{{ form.name }}

The name has several restrictions because it is used to locate your service (in links). The service name:

Please check the details and

{% endblock %}