Skip to content

yysaki/redmine-bootstrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine-bootstrapping

Vagrantにてredmine、gitoliteのサーバーを立てるためのスクリプト。

  • 母艦の想定: HomeBrewインストール済みのmac
  • ゲストOS: Ubuntu 16.04 LTS
  • itamae を利用

実行手順

vagrant sshまで

brew cask install virtualbox
brew cask install vagrant
git clone https://github.com/yysaki/redmine-bootstrapping.git
cd redmine-bootstrapping
vagrant up
vagrant ssh

ゲストサーバーのセットアップ

gem install bundler
bundle install --path vendor/bundler
bundle exec itamae ssh --vagrant sabaku.rb

動作確認

redmine

http://localhost:8080/ にアクセス

gitolite

vagrant ssh
git clone git@localhost:testing.git

TODO

  • OP25B絡みか本設定ではメール送信が行えない。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published