Git Product home page Git Product logo

vagrant-redmine's Introduction

vagrant-redmine

Basic Vagrant configuration to have a ready to use Redmine site.

It uses Ubuntu 14.04 Trusty Thar as base system, using the included packages in this version:

  • Redmine 2.4.2.stable
  • Mysql 5.5
  • sqlite 3.8.2
  • postgres 9.3
  • Apache2 2.4.7-1
  • nginx 1.4.6

It does not configure:

  • Secure site (yet)
  • Use redmine in a subdomain/virtual server

Requirements

Vagrant. Download from http://www.vagrantup.com/downloads.html Version 1.5.1 was used for this configuration.

Note: The included Vagrant version in Ubuntu 12.04 (1.0.1) is not compatible with this configuration. You need to install/update it from .deb installer.

Virtualbox, required by Vagrant: https://www.virtualbox.org/wiki/Downloads

Note: For Ubuntu 12.04, the included virtualbox version is enough to perform all vagrant tasks.

Quick Start up

  1. Install / update Vagrant, from installer file from website.
  2. Install virtualbox. From windows, using the installer. From Ubuntu: sudo apt-get install virtualbox.
  3. Go to vagrant/ directory and write vagrant up. It will download box if needed and create vm.
  4. If vagrant instance was not previously created, it will do the provision from bootstrap.sh.
  5. When ready, you can open a browser and go to http://localhost:8888 user: admin, password:admin

Configuration

In bootstrap.sh you can set:

  • Which database to use: sqlite, mysql or postgres (not sure if last one is working)
  • Which web server to use: nginx or apache2
  • Database and Redmine passwords. Notice that these passwords can be set through this script only when vagrant instance is created.
  • Apache2/nginx configuration.
  • Extra imagemagick packages if you'd like to install them.

In Vagrantfile you can set:

  • Machine cores and memory
  • Extra provision scripts you would like to have
  • Network type: NAT, bridge (public) or internal
  • Port redirection
  • All the settings available in Vagrant configuration.

TODO

  • Verify if pgsql is working
  • Set up secure mode
  • Allow to backup/restore when provisioning instance

References

vagrant-redmine's People

Contributors

clalarco avatar andrzej-bieniek avatar

Watchers

James Cloos 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.