blob: c2c6cf3d91f40b6e7656e09e2b2721db5a6eca37 (
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.
|