-
Notifications
You must be signed in to change notification settings - Fork 13
InstallationGuide
jpuigsegur edited this page Jul 16, 2015
·
9 revisions
In fact, this will work with any debian based Linux distribution
- Download and install the latest wfrog package .deb file from the download page
- Plug your station and check notes about your station model.
- Run
sudo wfrogand answer the questions. - Open http://localhost:7680/
- Download and decompress the latest .tgz wfrog distribution from the download page or checkout from GitHub.
- Install the dependencies
sudo easy_install cheetah # Template engine
sudo easy_install lxml # XML serialization
sudo easy_install pyusb # (optional) If your station is USB
sudo easy_install pyserial # (optional) If your station is serial
sudo easy_install pyyaml # For reading config files
sudo easy_install pygooglechart # Chart rendering
- Plug your station and check notes about your station model
- Run
sudo bin/wfrogand answer the questions. - Open http://localhost:7680/
- Download and install the latest win32 wfrog zip file from the download page
- Plug your station and check notes about your station model.
- Run
wfrog.exeand answer the questions. - Open http://localhost:7680/
If you want to build wfrog for windows yourself, click here
##Documentation
##Unmaintained Documents
##Community
- Online Stations
- User Forum
- Contribute
- #wfrog on irc.efnet.org
- Follow #wfrog on Twitter
##Design Discussions
- Developer Forum
- Architecture of wfrog 0.9
- Base Architecture (wfrog 0.5)
##External Links
Debian, Ubuntu, Linux Mint
Other Linux Distributions
Windows