Code Monkey home page Code Monkey logo

dokku-alt-manager's Introduction

Stories in Ready Welcome to Dokku Alt Manager

Manage your dokku-alt (https://github.com/dokku-alt/dokku-alt) through the comfort of your browser.

Screenshot Screenshot Screenshot

Install with dokku-alt

The recommended way to install dokku-alt-manager is by using dokku-alt. You deploy application to dokku-alt using "GIT PUSH", so you will need to checkout this repository locally then "PUSH" it.

  1. Install dokku-alt on Ubuntu by following instruction here: http://dokku-alt.github.io/try-it.html

  2. Clone this repository locally.

  3. Open terminal, CD to repository and type this:

HOST=your-dokku-host    # Deploy to existing dokku-alt host

ssh dokku@$HOST create dam
ssh dokku@$HOST mariadb:create dam
ssh dokku@$HOST mariadb:link dam dam

git remote add deploy dokku@$HOST:dam
git push deploy master

The push command will respond with the URL you can open and use.

Local Installation (for development)

  1. If you do not have composer, install it:
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
  1. Copy config-default.php to config.php, then edit it

  2. In terminal run:

composer install
php bootstrap.php

This will install database and you can start using Dokku-alt by opening "admin/public" sub-folder of this project in your web browser.

Troubleshooting

It's always good to see logs:

ssh dokku@$HOST logs dam -t

You can also run

ssh dokku@HOST enter dam

tail /var/log/apache2/*

You can also run bootstrap.php with arguments, for more info:

php bootstrap.php -h

Features

  • Support for multiple dokku hosts
  • Start, stop, enable, disable apps
  • Edit app config
  • Create and link apps with databases
  • Manage volumes and link with app
  • Password-protect the app
  • Support for all basic features of Dokku-alt

Planned Features

  • Passkey support for private key

  • Fetch all apps from host

  • Save and restore snapshots

dokku-alt-manager's People

Contributors

ayufan avatar mlitwiniuk avatar romaninsh avatar thii avatar waffle-iron avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.