Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

camptocamp/pyramid_closure

Repository files navigation

pyramid_closure

Install:

```
$ git clone https://github.com/camptocamp/pyramid_closure.git
$ cd pyramid_closure
$ make install
```

Create a project:

```
$ cd ..
$ pyramid_closure/.build/venv/bin/pcreate -s pyramid_closure ProjectName
```

Install and build project:

```
$ cd ProjectName
$ make install
```

Start development server:

```
$ make serve
```