Giter VIP home page Giter VIP logo

docker-redmine-developer-env's Introduction

docker-redmine-developer-env

Quick start redmine with developer environment.

Support Redmine 3.0-4.0 (Redmine 5. not support).

This repository contains a development environment for running Redmine in Docker. It includes a Docker Compose file and a Dockerfile to set up the necessary services and configurations.

Prerequisites

  • Docker: Install Docker on your system if you haven't already. You can find instructions here.

Getting Started

  1. Clone this repository to your local machine:
git clone [email protected]:an280420/docker-redmine-developer-env.git
  1. Navigate to the repository directory:
cd docker-redmine-developer-env
  1. Customize the environment variables (if needed) in the docker-compose.yml file. The default configuration should work out of the box.
  • Copy your plugins to ./storage/docker_redmine-plugins directory
  • Copy your themes to ./storage/docker_redmine-themes directory
  1. Build and run the Redmine development environment using Docker Compose:
docker-compose up -d

This will build the necessary Docker images and start the Redmine and MySQL services.

  1. Access Redmine in your browser:

Open your web browser and visit http://localhost:8080. You should see the Redmine application.

  1. Login to Redmine:
  • Username: admin
  • Password: admin

Configuration

The docker-compose.yml file defines the services and their configurations. You can modify this file to suit your specific requirements. By default, it sets up the following services:

  • redmine: Runs the Redmine application container with the specified volumes, ports, and environment variables.
  • db: Runs the MySQL database container with the specified environment variables.

Dockerfile

The included Dockerfile is used to build the Redmine application image. It is based on the official Redmine image and sets the environment to development mode. You can customize this file further if needed or choose a different Redmine version by uncommenting the appropriate FROM line.

Contributing

Contributions to improve and enhance this development environment are welcome! If you find any issues or have suggestions, please open an issue or submit a pull request.

docker-redmine-developer-env's People

Contributors

an280420 avatar

Stargazers

András Sóki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.