Skip to content

Instantly share code, notes, and snippets.

@uzyexe
Last active August 29, 2015 14:03
Show Gist options
  • Save uzyexe/ed2edaa430c009555315 to your computer and use it in GitHub Desktop.
Save uzyexe/ed2edaa430c009555315 to your computer and use it in GitHub Desktop.

Revisions

  1. uzyexe revised this gist Jul 15, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion towncrier-install-rhel.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    yum install -y perl-devel
    yum install -y perl-devel libxml2-devel

    git clone https://github.com/robn/towncrier.git
    cd towncrier
  2. uzyexe revised this gist Jul 15, 2014. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions towncrier-install-rhel.sh
    Original 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
    carton exec plackup bin/app.pl
    cpanm Task::Plack
  3. uzyexe renamed this gist Jul 15, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. uzyexe revised this gist Jul 15, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions towncrier-install.sh
    Original 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
  5. uzyexe revised this gist Jul 15, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion towncrier-install.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    git clone http://github.com/robn/towncrier.git
    git clone https://github.com/robn/towncrier.git
    cd towncrier
    curl -L http://cpanmin.us | perl - Carton
    carton install
  6. uzyexe revised this gist Jul 14, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion towncrier-install.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    cpanm Task::Plack
    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
  7. uzyexe renamed this gist Jul 14, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. uzyexe created this gist Jul 14, 2014.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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