blob: 6177d16150045138c8e46304632c55956600b7fc (
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
29
30
31
32
|
Creating projects
=================
Kanboard can handle multiple projects. There are two kinds of project:
- Project with mutliple users (you work in team)
- Private project for a single user
Creating projects for multiple users
-------------------------------------
- Only administrators and project administrators can create those projects
- User management is available
From the dashboard, click on the link **New project**:
![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 project
--------------------------
- Everybody can create a private project
- There is **NO** user management
- Only the owner and administrators can access to the project
From the dashboard, click on the link **New private project**.
![New private project](http://kanboard.net/screenshots/documentation/new-private-project.png)
Note: project names must be unique across the application.
|