Install

Requirements

Linux or Mac

  1. Unzip distribution file on any directory
  2. Edit, tuna/dist/tuna_startup.sh and replace the following variables:
    • HOME: path of the directory where you unzipped the distribution file, example: HOME="/home/yourusername/tuna"
    • JAVA_HOME: path of your java virtual machine, example: JAVA_HOME="/usr/lib/jvm/java-6-sun"
  3. Make tuna_startup.sh executable, example: chmod +x tuna_startup.sh
  4. Make sure tuna will have permission to write logs on /tmp/ , if you wish to change logs directory, modify tuna_startup.sh
  5. Execute tuna_startup.sh, specifying port where tuna will listen to the webdmin, example: ./tuna_startup.sh 8083
  6. Open your web browser and go to "http://localhost:8083/web/"
  7. If you want to create your own profiles, copy&paste the file tuna/profiles/test1.profile, then restart tuna or press "reload all profiles" button. When tuna starts, every file with extension .profile in profile directory will be shown as a profile tab in the webadmin.
  8. Admin your profiles and enjoy.

Windows

Analogous steps for WINDOWS, but use tuna_startup.bat instead of tuna_startup.sh