Skip to content

πŸ”Œ A simple CLI to manage your Apache projects.

Notifications You must be signed in to change notification settings

SadS4ndWiCh/apm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”Œ APM (Apache Project Manager)

A simple CLI to manage yours Apache projects.

πŸͺ… About

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.

πŸš€ Features

  • 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

πŸ“¦ Download

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

About

πŸ”Œ A simple CLI to manage your Apache projects.

Resources

Stars

Watchers

Forks

Packages

No packages published