Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

weenect/ansible-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Redmine Playbook

An ansible playbook to install redmine on a Debian production server. It has been tested on Debian 8.

Introduction

This playbook installs the following packages :

Usage

Install ansible in your host machine : How to install ansible.

The remote user needs to be in the sudo group :

apt-get install sudo
adduser debian sudo

Then create your inventory file and run the playbook :

cd /tmp
git clone git://github.com/jbouzekri/ansible-redmine --recursive
cd ansible-redmine
cp hosts.example hosts
# edit hosts file to update the ip to your own (or use a hostname)
ansible-playbook -i hosts site.yml -u debian --ask-sudo-pass --ask-pass

About

A playbook to install redmine on a Debian production server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published