Genesis is the server manager and interactive utility for systems running the arkOS distribution. This project is currently in development. For more information about arkOS, visit our website.
For end-users: Genesis is already downloaded and installed on your arkOS node, running from the moment you start it up. Once your node is started and plugged into your router, simply go to http://arkos:8000
in your browser to complete the setup and configuration process. From there, you are ready to use Genesis to manage your decentralized web!
For more information see the Getting Started page.
Running Genesis from this Github repo is advised ONLY for development purposes. If you do this you will need the following Python modules: pyOpenSSL
, gevent
, lxml
, ntplib
, python-iptables
, and pyparsing
.
For information on developing plugins for use with Genesis, see the development centre on https://arkos.io. Specifically:
- Plugin Structure - Getting started with writing Genesis plugins
- User Interface - How to write a user interface compatible with Genesis' UX system
- Icon Reference - Choosing iconfont classes to use in your plugins
- General API Reference - The big book of all classes and functions
Once you have a plugin, feel free to let @jacook know and testing can be arranged. If the plugin works well and contributes to arkOS' mission, it may then be included in the central plugin repository.
Genesis is developed by:
- Jacob Cook @jacook
With a big thanks to those who have made contributions!
- AJ Bahnken @ajvb
- Jasper van Loenen @javl
- Miguel Moitinho @mamoit
- Timothy Farrell @explorigin
- Will Wilson @wwilson
This project was forked from Ajenti, an excellent server management framework by @Eugeny located here: https://github.com/Eugeny/ajenti.