Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamcha/maud
rocks
https://github.com/hamcha/maud
Last synced: about 2 months ago
JSON representation
rocks
- Host: GitHub
- URL: https://github.com/hamcha/maud
- Owner: Hamcha
- License: other
- Created: 2014-09-30T13:40:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:41:26.000Z (about 2 years ago)
- Last Synced: 2024-04-13T22:01:17.557Z (8 months ago)
- Language: Go
- Homepage: https://crunchy.rocks/
- Size: 6.18 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maud
**WIP** : This branch is currently going a lot of work.
## Local development
### Run on kubernetes/minikube
You will need:
- Skaffold
- Kustomize (probably)Run with skaffold with live-reload: `skaffold dev`
### Run on non-k8s docker
You will need:
- Docker compose
Run `docker-compose up`.
### Run locally
You will need:
- Go 1.11+
- Node.js
- MongoDB, running locally with no authCompile maud with
```sh
go install ./maud
```Compile static assets with
```sh
npm i
npm start
```Run maud
```sh
maud
```Defaults to localhost/maud (db/collection). Config instructions coming soon(tm)