Skip to content

Instantly share code, notes, and snippets.

@leedo
Created August 2, 2011 22:23
Show Gist options
  • Select an option

  • Save leedo/1121388 to your computer and use it in GitHub Desktop.

Select an option

Save leedo/1121388 to your computer and use it in GitHub Desktop.

Revisions

  1. leedo revised this gist Aug 2, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory
    cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master
    cpanm --local-lib extlib --installdeps --notest .

    <sup>* Protocol::WebSocket must be installed from git until there is a new release (soon)</sup>
    <sup>1</sup> Protocol::WebSocket must be installed from git until there is a new release (soon)
  2. leedo revised this gist Aug 2, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    #Installing Alice's dependencies from the CPAN

    Alice has a number of dependencies, all of which can be installed from the
    CPAN*. The simplest way to get these installed is with the `cpanm` tool.
    CPAN<sup>1</sup>. The simplest way to get these installed is with the `cpanm` tool.

    Install `cpanm` by running

    @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory
    cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master
    cpanm --local-lib extlib --installdeps --notest .

    <sub>Protocol::WebSocket must be installed from git until there is a new release (soon)</sub>
    <sup>* Protocol::WebSocket must be installed from git until there is a new release (soon)</sup>
  3. leedo revised this gist Aug 2, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory
    cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master
    cpanm --local-lib extlib --installdeps --notest .

    * Protocol::WebSocket must be installed from git until there is a new release (soon)
    <sub>Protocol::WebSocket must be installed from git until there is a new release (soon)</sub>
  4. leedo created this gist Aug 2, 2011.
    21 changes: 21 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    #Installing Alice's dependencies from the CPAN

    Alice has a number of dependencies, all of which can be installed from the
    CPAN*. The simplest way to get these installed is with the `cpanm` tool.

    Install `cpanm` by running

    curl -L http://xrl.us/cpanm | perl - --sudo App::cpanminus

    Check out alice's git repository

    git clone https://github.com/leedo/alice.git
    cd alice

    Install alice's dependencies into a self-contained directory

    cpanm --local-lib extlib local::lib
    cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master
    cpanm --local-lib extlib --installdeps --notest .

    * Protocol::WebSocket must be installed from git until there is a new release (soon)