Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallix/PEPS-source
Source code of MLstate/PEPS
https://github.com/wallix/PEPS-source
Last synced: 5 days ago
JSON representation
Source code of MLstate/PEPS
- Host: GitHub
- URL: https://github.com/wallix/PEPS-source
- Owner: wallix
- License: agpl-3.0
- Created: 2015-02-02T17:24:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T13:19:59.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:36:38.555Z (3 months ago)
- Language: Opa
- Homepage: https://github.com/MLstate/PEPS
- Size: 728 KB
- Stars: 7
- Watchers: 13
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - wallix/PEPS-source - Source code of MLstate/PEPS (others)
README
# PEPS-source
# About
Source code of [MLstate/PEPS](https://github.com/MLstate/PEPS), licensed under the AGPL. This repository contains the source code of PEPS, if you want to build it yourself or join the community.
If you just want to use and deploy PEPS, you may not need building from source but instead should go to [MLstate/PEPS](https://github.com/MLstate/PEPS) instead which contains the Docker container distribution directly.
# Building
To build PEPS, you need to:
- install [Opa](https://github.com/MLstate/opalang)
- install lessc (for instance through `npm -g install less`)
- generate style by typing `make style`
- compile PEPS by typing `make`
- install TLS certificates in `/etc/peps/server.key` and `/etc/peps/server.crt`
- launch with `./peps.exe`
- install required npm dependencies as told# Contributing
We would love your contributions, and having an open development on GitHub is clearly a way to help building the PEPS community.
Please read CONTRIBUTING.md if you consider joining us!# Contact
PEPS is a project created by [@henri_opa](https://twitter.com/henri_opa) at [MLstate](http://mlstate.com).