task 3: add executable tutorial submission #2659
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
Deployments with Piku
Names and KTH ID
Deadline
Category
Description
Piku is a PaaS (Platform as a Service) that allows you to deploy applications to your own servers with a simple
git push
.It is inspired in Dokku, an open source PaaS alternative to Heroku.
Piku shines in being a lightweight tool, that tries to simplify the deployment of services.
It supports deployment in ARM and x86 architectures and can be ran in low end devices.
The tutorial will consist in the deployment of a simple web application using Piku.
Then, we will test its capability of changing some parameters through environment variables.
Finally, we will extend its functionality through the use of plugins.
The tutorial is hosted at KillerCoda, and its source code can be found at GitHub.
Relevance
This tutorial allows the user to explore alternatives to known tools/services such as Heroku.
It maintains the most relevant features, while being free and open source.