Appliku.com

Server Management, designed specially for Django.

managed to make deploy and actually run its first app on a digital ocean server! (celery worker, not web though)

Added to applications: Processes (Procfile), environment variables

application building process evolved to building applications’ docker image

simplified server deployemtn script: excluded apt-get upgrade -y because it caused premature script exiting for now clear reason or error

wrote first part of under-the-hood logic with bashcsripts to deploy an app

bought a domain name for default subdomains for apps applikuapp.com

added basic server information to the application over view page with a link to the server

made a application detail page with only basic data about the app

fixed some styling issues in interface of weird negative margin values were ruining interface

• Application list interface is now life with real data, not a dummy lorem ipsum list

• App creation interface: Input the name, repo and branch and pick a server – app is created in Appliku. (No deployment yet)

wrote a plan for implementing Apps & repositories feature for