mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update docs and contributing
This commit is contained in:
@@ -1,23 +1,24 @@
|
||||
## Building
|
||||
|
||||
## Building/Testing
|
||||
|
||||
Build:
|
||||
|
||||
```sh
|
||||
# one time:
|
||||
First time or when a dependency changes or when the API changes, run:
|
||||
```
|
||||
glide install
|
||||
# then every time
|
||||
./build.sh
|
||||
```
|
||||
|
||||
Test it, the iron token and project id are for cache.
|
||||
To quick build and run (using default database):
|
||||
|
||||
```sh
|
||||
docker run --env-file .env --rm -it --privileged -p 8080:8080 iron/functions
|
||||
hack/api.sh
|
||||
```
|
||||
|
||||
To build the docker image:
|
||||
|
||||
```sh
|
||||
hack/build.sh
|
||||
```
|
||||
|
||||
## Releasing
|
||||
|
||||
```sh
|
||||
./release.sh
|
||||
hack/release.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user