Myna Quick Start Guide
- Download Myna from the download section.
- Deploy to your container.
- Browse to the root folder of the context.
- Your done! Myna is that easy!
Notes:
Once Myna is deployed, browse to the root folder of the context. You will be automatically redirected to the administrator interface and asked for an admin password. After entering a new password, you will be directed to the Administrator main screen. After taking note of the admin url, you can delete the index.html file and create your own default page.
Myna is distributed as a web archive file (myna-version.war). This can be deployed like any other web archive in a servlet 2.4+ container. It has been tested on Tomcat, Winstone, and Sun Java Web Server 7. Please let us know if you test on any other container.
For Personal or Development Use:
- Download and install at least version 1.5 of Java, preferably the JDK: http://java.sun.com/javase/downloads/index.jsp
- Download the Myna "server" package (myna_server_*.zip) to a directory named "Myna": http://code.google.com/p/myna/downloads/list
- Unzip, and execute "start_myna.bat" (windows) or "sh start_myna.sh" (UNIX, Linux, MacOS etc)
- log into http://localhost:8180 and create an admin password.