mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
25 lines
257 B
Markdown
25 lines
257 B
Markdown
## Building
|
|
|
|
First time or when a dependency changes or when the API changes, run:
|
|
```
|
|
glide install
|
|
```
|
|
|
|
To quick build and run (using default database):
|
|
|
|
```sh
|
|
api.sh
|
|
```
|
|
|
|
To build the docker image:
|
|
|
|
```sh
|
|
build.sh
|
|
```
|
|
|
|
## Releasing
|
|
|
|
```sh
|
|
release.sh
|
|
```
|