Deploy will automatically create a route if it doesn't exist.

This commit is contained in:
Travis Reeder
2017-05-17 15:11:44 -07:00
parent ad9e692fda
commit fedf08964e
7 changed files with 75 additions and 53 deletions

View File

@@ -32,21 +32,13 @@ The first time after you fork or after dependencies get updated, run:
make dep
```
Then after every change, run:
Then after every change, run
```sh
make build
make run
```
to build the `functions` binary.
### Run
```sh
./functions
```
will start IronFunctions using an embedded `Bolt` database running on port `8080`.
to build and run the `functions` binary. It will start Functions using an embedded `Bolt` database running on port `8080`.
### Test