Skip to content

LowGravityPL/raccoon-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raccoon's docker development setup

Simple how-to

  1. Clone this repository.
  2. Clone RaccoonWP repository.
  3. Run docker-compose up -d
  4. 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
  2. docker exec -it <container_ID> bash - it will open bash session in which you'll be able to for example use composer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published