Skip to content

Re2o/Docker-development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re2o Docker for devs

This is simply a docker environment to dev re2o locally.

To use it :

  • clone Re2o;
  • copy Dockerfile, re2o-dev.sh and docker-compose.yml into the cloned directory;
  • copy settings_local.py into the re2o folder in the cloned directory;
  • run docker-compose up

The apache server and migrations are updated every time you relauch the docker-compose command. To enter a shell in the execution environment, you can use

docker ps

to find the id of the re2o environment, then

docker exec -it <ID> bash

KEEP IN MIND THAT THIS IS A DEV ENVIRONMENT NOT MEANT FOR PRODUCTION USE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published