Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sahi-src_20110525.zip | 2011-05-25 | 3.4 MB | |
sahi_20110525.zip | 2011-05-25 | 3.0 MB | |
install_sahi_v35_20110525.jar | 2011-05-25 | 4.2 MB | |
changelog.txt | 2011-05-25 | 31.3 kB | |
Totals: 4 Items | 10.6 MB | 0 |
Sahi V3.5
To install Sahi using the installer, download install_sahi_v35_2011mmdd.jar
and run
java -jar install_sahi_v35_2011mmdd.jar
If you do not wish to use the installer,
1) download sahi_2011ddmm.zip
2) Unzip it to any folder, say D:\sahi
3) Open a command prompt and navigate to sahi\userdata\bin
cd D:\sahi\userdata\bin
4) run start_dashboard.bat
start_dashboard.bat
On Linux and Mac systems,
—
cd sahi/userdata/bin
chmod +x *.sh
./start_dashboard.sh
—