Last active
August 29, 2015 14:03
-
-
Save uzyexe/ed2edaa430c009555315 to your computer and use it in GitHub Desktop.
Revisions
-
uzyexe revised this gist
Jul 15, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ yum install -y perl-devel libxml2-devel git clone https://github.com/robn/towncrier.git cd towncrier -
uzyexe revised this gist
Jul 15, 2014 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,4 @@ git clone https://github.com/robn/towncrier.git cd towncrier curl -L http://cpanmin.us | perl - Carton carton install cpanm Task::Plack -
uzyexe renamed this gist
Jul 15, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
uzyexe revised this gist
Jul 15, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ yum install -y perl-devel git clone https://github.com/robn/towncrier.git cd towncrier curl -L http://cpanmin.us | perl - Carton -
uzyexe revised this gist
Jul 15, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ git clone https://github.com/robn/towncrier.git cd towncrier curl -L http://cpanmin.us | perl - Carton carton install -
uzyexe revised this gist
Jul 14, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ git clone http://github.com/robn/towncrier.git cd towncrier curl -L http://cpanmin.us | perl - Carton carton install cpanm Task::Plack carton exec plackup bin/app.pl -
uzyexe renamed this gist
Jul 14, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
uzyexe created this gist
Jul 14, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ cpanm Task::Plack git clone http://github.com/robn/towncrier.git cd towncrier curl -L http://cpanmin.us | perl - Carton carton install carton exec plackup bin/app.pl