Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
This folder has no files. | |||
Totals: 0 Items | 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
—