LoginSignup
1

More than 5 years have passed since last update.

Amon2 構築・雛型作成

Posted at

忘れないように備忘録。
参考 : https://github.com/perl-entrance-org/Perl-Entrance-Textbook/blob/master/amon2/1.md

環境

  • ubuntu 14.04

実行手順

cpanmとbuild-essential(makeのため)をインストール
$ apt-get install build-essential cpanminus

cartonインストール
$ cpanm Carton

Amon2インストール
$ cpanm Amon2

雛形生成(今回作成したのはBasic)
$ amon2-setup.pl MyApp

起動
$ carton exec -- perl -Ilib script/myapp-server

実行後、ブラウザにアクセスして確認。
今度はNginxもインストールして、Amon2を使ってみよう。

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
1