A WAR (Web Application Archive) of
SnipSnap is now also available on our
download page.
To install the WAR extract it into the application servers directory for web applications.
WARNING: DO NOT simply add the war itself as some servers delete the extracted files and directories after restart and redeploying the WAR. This would delete all your configurations and settings.
- Extract snipsnap.war
- Take a look at the console log of your web application server in the extracted War directory under WEB-INF/application.conf
- Write down the installation key
- Open your browser and go to:
http://server:port/path?key=XXXX
- Follow the instructions
Tomcat Users: Make sure you add
URIEncoding="UTF-8" to the connector or URLs with non-ASCII characters break.