Install
Requirements
- Firefox 3 (or later) (though, tested successfully on Safari 3.1.2 and Chrome 0.2.149.30)
- Java SE Runtime Environment 6 (jre6), download
Linux or Mac
- Unzip distribution file on any directory
- 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"
- Make tuna_startup.sh executable, example: chmod +x tuna_startup.sh
- Make sure tuna will have permission to write logs on /tmp/ , if you wish to change logs directory, modify tuna_startup.sh
- Execute tuna_startup.sh, specifying port where tuna will listen to the webdmin, example: ./tuna_startup.sh 8083
- Open your web browser and go to "http://localhost:8083/web/"
- 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.
- Admin your profiles and enjoy.
Windows
Analogous steps for WINDOWS, but use tuna_startup.bat instead of tuna_startup.sh