戯言

自社サービスを開発、運営している会社でスクラムマスターをやっている人の戯言です。

fluxflexを使いたい

githubをせっかく触ったので、github連携可能なfluxflexを使ってみる。

twitterアカウントでログインできるので便利!

http://www.fluxflex.com

 

■新規プロジェクト作成

Create A New Project のボタンを押す

xxx.fluxflex.com のドメインを聞かれるので適当に作成。

http://perl-helloworld.fluxflex.com/

 

■github import

setupからさっき作ったgithubのプロジェクトをimportする

「git@github.com:harakachi/perl-Hello-World-.git」

READMEしか無いけど、普通にデプロイに成功した。すごいぞ!

 

■hello world!

出来上がったドメインに繋いでみるも、404...

まぁ、当然か。とりあえずdoc rootはどこなのか、helpを探す。。

http://jp.doc.fluxflex.com/orijinaru-apurikeshonno-zuo-chengto-gong-kai

public_htmlがあれば良さそう。

mkdir public_html

vim public_html/index.html (中身はてきとう)

git add public_html

git commit -m ""

git push -u origin master

 

fluxflexで再度importボタンを押す。

 

再度URLを踏むと。。index.html見えた!

 次はperlを動かそう。。