Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

ikemo3/redmine-ansible-ja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine-ansible

Vagrant + Ansibleを用いた、 Redmineのインストール用Playbookのサンプルです。 現在はWEBrickによる表示確認まで完了しています。

動作環境

以下の環境で確認しています。

  • Vagrant: 2.1.2
  • Ansible: 2.7.0

実行手順

Vagrantを起動してください。

vagrant up

しばらく待つとVault passwordを聞かれるので、'password'と入力してください。

Ansibleによるプロビジョニングが完了後、以下のようにして起動させます。

vagrant ssh
cd /opt/redmine
sudo bundle exec rails server webrick -e production --bind=0.0.0.0

http://localhost:3000/ にアクセスすると、Redmineの画面が表示されます。

ライセンス

MITライセンスです。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages