https://github.com/commanddotcom/docker-not-lamp
Shell script to manage multiple web service stacks based on Docker: apache, nginx, php, redis, mysql, postgesql and whatever you need. CMS and framework support from the box.
https://github.com/commanddotcom/docker-not-lamp
docker lamp-stack localhost localhost-management
Last synced: 9 days ago
JSON representation
Shell script to manage multiple web service stacks based on Docker: apache, nginx, php, redis, mysql, postgesql and whatever you need. CMS and framework support from the box.
- Host: GitHub
- URL: https://github.com/commanddotcom/docker-not-lamp
- Owner: commanddotcom
- License: other
- Created: 2020-09-29T19:27:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T10:22:33.000Z (over 4 years ago)
- Last Synced: 2025-10-18T15:24:35.604Z (6 months ago)
- Topics: docker, lamp-stack, localhost, localhost-management
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# DockerNotLAMP
DockerNotLAMP is a wrap around `docker-compose.yml` files. It helps to create and manage multiple web service stacks based on Docker on your localhost. It makes things easy.
*With DockerNotLAMP You can stage your local environment from zero in under a minute.*
You can use templates to stage particulare framework or particulare CMS with all the configurations (chmod, db, db user, etc).
## Installantion
1. Clone: `git clone git@github.com:commanddotcom/dockerlamp.git`
2. Run: `bash install.sh`
That's it. Now you can start your first project with `make new`
## Hints
- If you are looking for your root db credentials go to `./services/database/.env`
- Type `make` to get help on `Makefile`
- `.installed` file in the root folder of each project keeps information about project origins
## Disclaimer
DockerNotLAMP is a lite script to boost up your productivity. It is not meant to be used on production.
## Troubleshooting
1. If error `bash: make: command not found` then install `make` utility: `apt-get -y install make`