##How to set up an instance of mamute
###Using git + maven:
- Clone the repository from github
- Run
mvn clean package -DskipTests - Make a copy of
mamute/target/mamute-1.0.0-SNAPSHOTtoyourproject/mamute - Customize that folder as you want to
- Run it by executing the bash script
mamute/run.sh
###Using a compiled war file:
- Download the war of the latest version at http://www.mamute.org
- Unpack it to a folder called
yourproject/mamute - Customize that folder as you want to
- Run it by executing the bash script
mamute/run.sh
##Other topics
-How can I boot Mamute in a production environment?
-How can I configure ad banners in my site?
-How can I configure the system to allow/disallow the creation of tags by common users?
-Is it possible to delete inappropriate questions?