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.
- Host: GitHub
- URL: https://github.com/kelunik/daas
- Owner: kelunik
- License: mit
- Created: 2016-05-29T17:08:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T20:50:26.000Z (over 8 years ago)
- Last Synced: 2025-02-28T08:17:31.013Z (3 months ago)
- Language: PHP
- Homepage: https://docs.kelunik.com
- Size: 70.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```