Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download PowerDebug-Package from here: powerdebug-0.9.45-linux.tar.gz
  2. Unpack zip-file to /opt
  3. Change rights of the init script with:

    chmod ug+x ./powerdebug.sh

  4. Enter following command to start the server:

    ./powerdebug.sh start

  5. If you want to run the server at boot time, just copy powerdebug.sh to /etc/init.d and enter this command:

    sudo update-rc.d powerdebug.sh defaultsThis command is only for Debian based Linux distributions. You may have to investigate how to install init script on your distribution by yourself.

  6. Now it's time to check if the server is porperly working. For that you should open a browser and enter this url: http://localhost:8888

    You should see a gui like this:

...