mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@148 8ec27952-4edc-4aab-86aa-e87bb2611832
879 B
879 B
Usage Instructions
- Start putty.exe (SSH client for Windows)
- Should be already installed on most systems
- Or load .exe from this website (no installation required) http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
- Connect to S2SS server
Setting | Value |
---|---|
IP | 130.134.169.31 |
Port | 22 |
Protocol | SSH |
User | acs-admin |
-
Go to S2SS directory
$ cd /home/acs-admin/msv/s2ss/server/
-
Edit configuration file
$ nano etc/opal-test.conf
- Take a look at the examples and documentation for a detailed description
- Move with: cursor keys
- Save with: Ctrl+X => y => Enter
-
Start server
$ sudo ./server etc/opal-test.conf
sudo
starts the server with super user priviledges
-
Terminate server by pressing Ctrl+C
-
Logout
$ exit