This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 232286533fb6e71511922084936cc4e42975026a
tree c95840036035c12175d66a07692555ce1f873278
parent 5ec7084e0a67049568f1f328da2365efbc029666
tree c95840036035c12175d66a07692555ce1f873278
parent 5ec7084e0a67049568f1f328da2365efbc029666
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README.textile | ||
| |
config.yml.example | ||
| |
lib/ | ||
| |
public/ | ||
| |
spyweb.rb | ||
| |
vendor/ | ||
| |
views/ |
README.textile
WeewarSpy-Web
This is a simple Sinatra app that utilizes the
WeewarSpy library to gather intel on your
Weewar games.
Original WeewarSpy library by Mel Riffe.
Dependencies
- RubyGems
- sinatra (duh…)
- haml
- yaml
- xml-simple (WeewarSpy depends on this)
To install all dependencies in one fell swoop:
$ sudo gem install sinatra haml yaml xml-simple
Usage
Check out the code and update the weewar-spy submodule:
$ git clone git://github.com/Oshuma/weewar-spy-web.git $ cd weewar-spy-web/ $ git submodule init $ git submodule update
After you’ve got the code, you’ll need to copy over the config.yml.example
file and add your Weewar details.
$ cp config.yml.example config.yml $ $EDITOR config.yml
Once that’s done, you’re ready to roll. Just start the spyweb.rb server:
$ ruby spyweb.rb
Now point your browser to http://localhost:4567/ where you can view the spy reports.








