An open API service indexing awesome lists of open source software.

https://github.com/kelunik/daas

Documentation as a Service.
https://github.com/kelunik/daas

Last synced: 3 months ago
JSON representation

Documentation as a Service.

Awesome Lists containing this project

README

        

# DaaS

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

## Setup

```bash
git clone [email protected]: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
```