LoginSignup
7
7

More than 5 years have passed since last update.

AltriaでCI環境構築

Posted at

この下記の記事を見て、興味を持ったのでvagrant上に作成したみた

http://inokara.hateblo.jp/entry/2013/07/30/054814
http://inokara.hateblo.jp/entry/2013/12/22/101353

まず、ubuntu12.04

適当に開発環境を構築 gccとかmake とかlibopenssl-devとか
rubyとか使うので入れる
altriaがmysqlとredis-serverを使うのでインストールしておく。

git clone https://github.com/r7kamura/altria.git

公式ページ[[https://github.com/r7kamura/altria.git]]には、usageで入れ方書いてあるけど、実際には以下でいける

./bin/altria setup
./bin/altria start

この際、redis-serverとか先に起動しているとエラーになる

http://localhost:3000
上記でアクセス

余談
vagrantとか使ってるなら、SSHトンネルでアクセス

ssh -N -L 8080:127.0.0.1:3000 vagrant@localhost -p 2222

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7