This is a Docker container that will pull a repo from GitHub, compile the Ajenti 2 plugin, and then run Ajenti 2 in developer mode.
sudo ./start.sh
This will start a container and compile the Ajenti 2 plugin inside the "plugin" folder and run Ajenti 2 in dev mode.
sudo ./start.sh [github_username] [github_repo]
Example:
sudo ./start.sh ggpwnkthx ajenti-coach
This will pull a plugin from a GitHup repository, compile it, and run Ajenti 2 in dev mode.
This Docker container builds FROM my docker-ajenti repo. So you'll need to run that one first sot it builds the appropriate dependancies then kill that container.