Skip to content
Ricky Curtice edited this page Mar 7, 2017 · 5 revisions

Welcome to the Anaximander2 wiki!

Currently little more than a notes page.

Anax2 in single-shot mode is ready for testing, but server mode, the more efficient mode, is WIP.

Single-shot mode is default.

If you choose to operate in single-shot mode then you need the additional step of scheduling when to run the executable.

If you choose to operate in in server mode, then you should configure your various Halcyon.ini accordingly - after that becomes an option.

Release packages

Release packages are automatically built by the excellent AppVeyor and Travic-CI services and are available in the Releases section.

Simply

  1. Download the release.
  2. Extract the zip.
  3. Copy Anaximander.sample.ini to Anaximander.ini and edit as needed.
  4. Execute.

Building from source

Should be as simple as:

  1. Clone the repo.
  2. Compile - Linux is the only OS I'm targeting, but there's currently nothing that I can remember in the code that's Linux-only.
  3. Copy Anaximander.sample.ini to Anaximander.ini and edit as needed.
  4. In app.config change the 'param name="Environment" value="development" /' value from "development" to "testing" or "production".
  5. Execute.
Clone this wiki locally