-
Hi!
Thank you for such as awesome work done with Piku!
I have installed it in my Raspberry Pi and I could push your example "sample-nodejs-app" successfully. I can access the APP using its local …
-
@rcarmo what would you think of a PR which supported arbitrary versions of Python via [pyenv](https://github.com/pyenv/pyenv)?
I was thinking that if `PYTHON_VERSION` contains a detailed version nu…
-
I just installed Piku on the latest Raspbian, but deploying a simple Flask app fails with:
```
The -s/--socket option is missing and stdin is not a socket.
```
The Procfile is:
```
wsgi: app…
-
So #94 drove home the point that we need automated linting and tests, and I'm thinking about doing that - either in CI or via some other GitHub app.
Suggestions?
-
* [x] Define name spacing (`sample-language-app`)
* [ ] Create new repositories for each sample project
* [ ] Assign contributors to each repository
-
Is it possible to implement a sleep functionality, where an application is removed from memory if it doesn't receive a request after a period of time?
This is the same as the default behavior for…
-
## Description of problem
Failed to install Dokku v0.14.4 using bootstrap.sh script. Searched similar issues but found no clue. Everything looks ok, but obviously it isn't.
### Steps to Reproduce
…
-
The documentation states the following:
> **Warning:** You should use a fresh server or VPS instance without anything important running on it already, as piku-bootstrap will make changes to configu…
-
Hi there!
I followed the [documentation on how to install piku for Raspbian](https://github.com/piku/piku/blob/master/docs/raspbian-9.4-stretch-10-buster.md) and it worked fine, until I tried to depl…
-
First of all thank you for creating this project!
It looks like there are two different versions of the piku-bootstrap file. one under piku repo and one under piku-bootstrap repo.
The readme in …