Habari's starting point
This is a fully functioning Habari site ready for you to clone or to fork and customize.
For basic installation into a directory called htdocs
:
- Clone the Habari repo to your server:
git clone https://github.com/habari/habari.git htdocs
- Initialize and update the
system
submodule:cd htdocs; git submodule update --init
- Load the page in a web browser and follow the installation instructions
See our wiki for an in-depth description of the various ways you can get and manage your Habari instances. The wiki also has much more information, including how to customize Habari and where to get help.