This Website

Here is the source of this website. To get it, first install Mercurial. Then on the command line, do:

hg clone https://hg.reactionary.software/repo/arkian

To updated the source, go into the arkian directory and do:

hg pull -u

To run the website locally, first install Python. Then in the directory arkian/src, for Python 2 do:

python -m SimpleHTTPServer

For Python 3 do:

python3 -m http.server

Then in your browser, go to http://localhost:8000/.

Alternatively, you could install Luan and then from directory arkian do:

./serve.sh

Then in your browser, go to http://localhost:8080/.

There is also a private website containing private info that you need. Ask another Arkian to give you access to it. All of the above applies to the private website as well.

These websites may be updated as needed, particularly to fix broken links.