Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
20110719 | 2011-07-19 | ||
20110525 | 2011-05-25 | ||
20110517 | 2011-05-17 | ||
20110404 | 2011-04-04 | ||
20110329 | 2011-03-29 | ||
20110314 | 2011-03-14 | ||
20110213 | 2011-03-14 | ||
readme.textile | 2011-03-14 | 475 Bytes | |
install_sahi_v35_20110213.jar | 2011-02-13 | 3.4 MB | |
sahi-src_20110213.zip | 2011-02-13 | 3.1 MB | |
sahi_20110213.zip | 2011-02-13 | 2.7 MB | |
Totals: 11 Items | 9.1 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
—