A simple CLI to manage yours Apache projects.
To create some PHP applications, I use Apache configurations for each project instead of using Lamp or something like that. And because of that, it requires some boilerplate configuration for each one, so I do that to help me.
The first version of this application I built using Shell Script, but now I built it with Go because I'm learning it and because I want.
- Create a new project
- Delete an existing project
- Start running a project
- Stop the currently running project
- Restart the currently running project
- List all available projects
- Show if project is currently running
wget -O apm.tgz https://github.com/SadS4ndWiCh/apm/releases/download/v1.0.0/linux-amd64.tgz
tar -xvzf apm.tgz
sudo install linux-amd64/apm /usr/local/bin