commit all archived files

This commit is contained in:
mappu 2015-05-12 09:07:32 +00:00
parent 74b49ba04d
commit 8d71b62c4b
4 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# paas
![](https://img.shields.io/badge/written%20in-PHP%2C%20bash-blue)
A platform for running hosted applications.
`paas` provides a web interface allowing users to upload their applications and run them on the remote server. Users can manage multiple application projects, each with multiple software versions and multiple running instances. Users can invite other sub-user accounts. Applications see a dedicated filesystem via container isolation.
Users must package their applications into a .zip file, along with a `start` file containing necessary commands to launch the application (e.g. `pip install dependencies ; python3 app.py`). The base operating system image is customisable but by default includes Python 2, Python 3, PHP 5.6, perl and node.js along with pip and npm.
Tags: sysadmin
## Features
- Customisable base image from `debootstrap`
- Runs on the `systemd-nspawn` container engine (`docker`/`rkt` in future?)
- Live view application `stdout`/`stderr` in the web interface (line buffered via `socktailf`)
- User invite system
- Single-page app
## Download
- [⬇️ paas-1.0.0.tar.xz](dist-archive/paas-1.0.0.tar.xz) *(69.56 KiB)*

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
doc/screenshot-2-app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB