Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/python-pkgr

Example Flask project which can be packaged as deb via pkgr
https://github.com/lukaszkorecki/python-pkgr

Last synced: 14 days ago
JSON representation

Example Flask project which can be packaged as deb via pkgr

Awesome Lists containing this project

README

        

Tested on Ubuntu 14.04

First of all you'll need extra ssl packages for python compilation & running the
app.

```
sudo apt-get install -y libssl0.9.8 libreadline5
```

then pkgr itself:

```
sudo gem install pkgr
```

and finally run

```
./package.sh
```

#TODO

At the moment when building the package everything gets dumped into
`/opt/py-pkgr` so you'll need `sudo` to `chown` that dir