Run python install.py to install UpStage, and use upstage-admin command to create and manage UpStage server(s) after successful installation
root permission is probably required
python install.py ccto compile client.swf (usesmtascandswfmill)python install.py debto generate .deb package
To uninstall UpStage from the system, execute uninstall.sh script with appropriate permission
- espeak
- festival
- gif2png
- libgif4
- netpbm
- python-twisted 8.2.0 recommended
- lame >= 3.97-0.0
- libgdbmg >= 1.7.3-28
- rsynth >= 2.0-6
- mbrola >= 3.01h-6
- swftools >= 0.9.0-0ubuntu1
- python <= 2.5.2
- pymad (NEW)
twisted: wget http://tmrc.mit.edu/mirror/twisted/Twisted/8.2/Twisted-8.2.0.tar.bz2
swftools: wget http://archive.canonical.com/ubuntu/pool/partner/s/swftools/swftools_0.9.0-0ubuntu2_i386.deb
rsynth: wget http://archive.debian.org/debian-archive/debian/pool/non-free/r/rsynth/rsynth_2.0-6_i386.deb
Use ant to compile/build/run (other targets are not tested yet)
Note: you need to install
mtascandswfmillto compile UpStage client
ant clean-startto build a new instance of UpStage and run it as a background processant startto start the built instance of UpStage as a background processant stopto stop the UpStage server instance running in the backgroundant buildto build UpStage, andbuild/upstage-server.shto run the server manually on default portsant runto build and run automaticallyant cleanto cleanbuildandtempdirectoriesant compile-swfto compile client swf files