blob: e093e4b4c0d5195f1059c9e127dd4bb1c03f9e39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Creating projects
=================
Kanboard can handle multiple projects.
Creating projects for multiple users
-------------------------------------
- Only administrators can create and manage those projects
- User management is available
To create a new project, click on the top menu **Projects** and click on the link **New project**.
Then the form appears:
![Project creation form](http://kanboard.net/screenshots/documentation/project-creation-form.png)
It's very easy, you just have to find a name for your project.
Creating a private prooject
---------------------------
- Everybody can create a private project
- There is **NO** user management
- Only the owner and administrators can access to the project
To create a new private project, click on the top menu **Projects** and click on the link **New private project**.
Note: project names must be unique across the application.
|