Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/vagrant-bp-redmine
beproud redmine environment by using vagrant+chef
https://github.com/shimizukawa/vagrant-bp-redmine
Last synced: about 1 month ago
JSON representation
beproud redmine environment by using vagrant+chef
- Host: GitHub
- URL: https://github.com/shimizukawa/vagrant-bp-redmine
- Owner: shimizukawa
- Created: 2013-02-15T04:18:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T01:08:40.000Z (over 10 years ago)
- Last Synced: 2024-10-03T23:14:02.105Z (about 2 months ago)
- Language: Ruby
- Size: 198 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BePROUD redmine environment by using Vagrant+Chef
==================================================Provided functionality
-------------------------* Invoke redmine ready server with BePROUD settings (but not perfect).
Apache, MySQL, unicorn, Redmine.Server composition
-------------------------* `Vagrantfile`: 1 server include all services.
* `Vagrantfile.multi`: 2 servers. ServerA: Redmine, Apache. ServerB MySQL.URL and path
-------------------------* Redmine Server named `redmine`: 192.168.30.10
* MySQL Server named `db`: 192.168.30.11You can access to redmine with `http://192.168.30.10` by browser and
you can use redmine's default administrator account `admin` / `admin`.If you want to change your virtual machines' IP address and redmine path,
these parameters are specified in `Vagrantfile` or `Vagrantfile.multi`.requirement
------------1. virtualbox 4.2.16 or later
2. vagrant 1.3.4 or later (1.3.3 is broken)
3. gcc (command line tools for Xcode)
4. some vagrant plugins: vagrant-berkshelf, vagrant-omnibuspreparation
------------1. install `virtualbox` by installer.
2. install `vagrant` by installer.
3. install gcc by "command line tools for Xcode" installer.
4. install some plugins for vagrant### plugin: vagrant-berkshelf
vagrant chef provisioning support tool, vagrant-berkshelf::
$ vagrant plugin install vagrant-berkshelf
This installation requires `Command line tools for XCode`.
### plugin: vagrant-omnibus
If chef version provided in Vagrantfile, `vagrant-omnibus` plugin will update your chef version in the VM box::
$ vagrant plugin install vagrant-omnibus
up environment
---------------1. `git clone https://github.com/shimizukawa/vagrant-bp-redmine.git`
2. `cd vagrant-bp-bpredmine`
3. `vagrant up`