Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/quais
Web UI Manager for dokku
https://github.com/airtonix/quais
Last synced: 10 days ago
JSON representation
Web UI Manager for dokku
- Host: GitHub
- URL: https://github.com/airtonix/quais
- Owner: airtonix
- License: mit
- Created: 2015-01-20T11:42:13.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2013-08-07T18:19:45.000Z (over 11 years ago)
- Last Synced: 2024-05-21T03:17:29.775Z (8 months ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quais
=====Web UI Manager for dokku made with Flask and Backbone
## How does it look like ?
![Like this](http://i.imgur.com/u5cGcp6.png)
## How to install ?
Right now, it's a bit tricky to install, but i'm planning on adding a docker image as soon as possible ! In the meantime, you can try to make it work for you as such:
* [Get docker](https://github.com/dotcloud/docker/)
* [Get dokku](https://github.com/progrium/dokku)
* Clone this repository on your machine, and push it to dokku
* Update your docker config so it will listen to its gateway adress (docker -H 127.0.0.1 -H 10.0.42.1). I'm trying to find a better way about this
* Find the folder where dokku stored Quais (probably /home/git/quais) and create a file ENV where you will write:
```
export DOCKER_HOST='http://10.0.42.1:42423'
```
* Restart the container ```docker ps -a``` then ``` docker start ID``` where ID is the quais container ID
* Enjoy !I know instructions are a bit tricky, but I'm working on it, especially the Docker API access, stay tuned !