Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaszkorecki/python-pkgr
- Owner: lukaszkorecki
- Created: 2015-07-20T09:11:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T09:36:12.000Z (over 9 years ago)
- Last Synced: 2024-10-04T18:21:13.899Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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