Skip to content
This repository was archived by the owner on Oct 27, 2019. It is now read-only.

Running Asagi

eksopl edited this page Mar 29, 2012 · 2 revisions

Quick and dirty instructions for people who wish to check Asagi out.

Requirements: Maven, Java 1.6 or later, MySQL

  • Clone the git repo.
  • Do mvn package assembly:single to create a standalone executable jar.
  • Get asagi-0.1.0-SNAPSHOT-jar-with-dependencies.jar out of the target folder, rename it as you wish.
  • Make sure your my.cnf contains character_set_server=utf8mb4 under [mysqld]. Restart your MySQL server.
  • Edit asagi.json.
  • Run java -jar asagi.jar. You're done! (You may need to increase the memory if you're archiving many boards, with something like -Xmx256m)

Clone this wiki locally