-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vti
committed
Apr 9, 2011
1 parent
25d71d2
commit 57da1e1
Showing
16 changed files
with
6,806 additions
and
122 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "contrib/socket.io"] | ||
path = contrib/socket.io | ||
url = https://github.com/LearnBoost/Socket.IO |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Showmetheshell installation steps: | ||
|
||
git clone http://github.com/vti/showmetheshell.git | ||
sudo cpan -i IO::Pty Term::VT102 JSON | ||
cd showmetheshell | ||
perl showmetheshell | ||
git submodule update --init | ||
bin/cpanm --sudo IO::Pty Term::VT102 JSON Plack Twiggy Plack::Middleware::SocketIO Text::Caml | ||
twiggy showmetheshell.psgi | ||
|
||
If non websocket aware browser is used, flash policy server must be started: | ||
If a non websocket aware browser is used, flash policy server must be started: | ||
|
||
sudo perl contrib/reanimator/examples/flash-policy-server.p& | ||
|
||
Point your browser to file://where/you/put/showmetheshell/public/index.html. | ||
Point your browser to http://localhost:5000/ |
Oops, something went wrong.