francisek / daas

Documentation as a Service.

Home Page:https://docs.kelunik.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DaaS

Documentation as a Service. A sane documentation tool with built-in versioning support.

Setup

git clone git@github.com:kelunik/daas && cd daas

# Install dependencies using Composer
composer install

# Configure your environment, you need Elasticsearch and MySQL
cp .env.example .env

# Create the required MySQL tables
vendor/bin/phinx migrate

# Import your first project, this creates the Elasticsearch index automatically
bin/github-import amphp amp

# Run the application server
vendor/bin/aerys -c src/aerys.php

About

Documentation as a Service.

https://docs.kelunik.com

License:MIT License


Languages

Language:PHP 88.3%Language:HTML 9.8%Language:CSS 1.9%