Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Instructions for starting Redmine development with just docker and git

Notifications You must be signed in to change notification settings

agileware-jp/redmine-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Git
  • Docker

Checkout Redmine

Clone agileware-jp/redmine

git clone [email protected]:agileware-jp/redmine.git

Write the path to REDMINE into .env

REDMINE_ROOT=/my/path/to/redmine

Update local Redmine to latest commit

# Inside redmine directory
git fetch
git co master
git reset --hard origin/master

Install Redmine

docker-compose up --no-start --build
docker-compose run redmine bundle install
docker-compose run redmine rails db:drop db:create db:migrate

Start Redmine

docker-compose up

About

Instructions for starting Redmine development with just docker and git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published