https://github.com/lowgravitypl/raccoon-docker
https://github.com/lowgravitypl/raccoon-docker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowgravitypl/raccoon-docker
- Owner: LowGravityPL
- Created: 2018-06-26T12:19:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T12:46:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T16:32:43.750Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raccoon's docker development setup
## Simple how-to
1. Clone this repository.
1. Clone RaccoonWP repository.
1. Run `docker-compose up -d`
1. Go to http://localhost:22222. Log in with credentials `root:racoonroot` and upload your Raccoon database.
You can edit docker-compose.yml to your liking. Make sure that referenced bind in Dockerfile does exist and that your RaccoonWP repo is in that place `../RaccoonWP`.
Your local project should be accessible at http://localhost:4123/
To interactively run commands on the docker container with Raccoon do:
1. `docker container ls` -> get the container ID for the Raccoon Docker image
1. `docker exec -it bash` - it will open bash session in which you'll be able to for example use `composer`