From a fresh environment, get the last version of the `sib-manager`:
```
$ pip install --user -U sib-manager
$ python -m pip install -U sib-manager
```
Create a project structure from a development template:
Create a project structure from a production template:
```
$ sib startproject sib_server --production
$ cd sib_server
$ sib startproject sibserver --production
$ cd sibserver
```
For a development server remove the `--production` flag.
## Configure your LDP packages
The configuration of the packages goes in `packages.yml` file in the `ldppackages` section. Those are the ones used by the [SIB App](https://git.happy-dev.fr/startinblox/applications/sib-app):
The configuration of the packages goes in `packages.yml` file in the `ldppackages` section. Those following ones are given as an example. Yours depend on what your app does.