https://github.com/fumieval/apus
https://github.com/fumieval/apus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fumieval/apus
- Owner: fumieval
- License: bsd-3-clause
- Created: 2018-04-28T08:35:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T05:04:12.000Z (over 7 years ago)
- Last Synced: 2025-03-27T19:11:20.710Z (about 1 year ago)
- Language: CSS
- Size: 117 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# apus
apus is a wiki system which features instant updates. Namely, your changes are broadcasted to other clients.
# Get started
Copy `config.yaml.sample` as `config.yaml`.
Create an OAuth app on [GitHub](https://github.com/settings/developers) and obtain a client id and secret, then set `clientId` and `clientSecret` fields in `config.yaml`.
Prepare a SSL certificate and a key, and replace the values of `tlsCertificate` and `tlsKey` with the paths.
Now you can start a server:
```
stack build
stack exec apus-exe config.yaml
```