-
Notifications
You must be signed in to change notification settings - Fork 4
Home
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 are automatically built by the excellent AppVeyor and Travic-CI services and are available in the Releases section.
Simply
- Download the release.
- Extract the zip.
- Copy Anaximander.sample.ini to Anaximander.ini and edit as needed.
- Execute.
Should be as simple as:
- Clone the repo.
- 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.
- Copy Anaximander.sample.ini to Anaximander.ini and edit as needed.
- In app.config change the 'param name="Environment" value="development" /' value from "development" to "testing" or "production".
- Execute.