https://github.com/ostinelli/origami
My standard bootstrap project for distributed TCP applications.
https://github.com/ostinelli/origami
Last synced: 8 months ago
JSON representation
My standard bootstrap project for distributed TCP applications.
- Host: GitHub
- URL: https://github.com/ostinelli/origami
- Owner: ostinelli
- Created: 2019-09-12T00:11:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T00:49:16.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T09:44:58.281Z (about 1 year ago)
- Language: Erlang
- Size: 792 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# origami
Origami is my standard bootstrap project for distributed TCP applications.
## Installation
### Software Dependencies
* [Erlang](http://www.erlang.org/) (22.0 or newer)
### Compile
```bash
$ make
```
## Starting origami
To start origami in development mode, from the project directory run:
```bash
$ make run
```
## Running tests
```bash
$ make tests
```
## Making a release
```bash
$ make release
```