Update references remove refs to treeder oracle funcy (#376)

* Remove lots of refs to iron and funcy oracle etc..

* more ref replacements

* Replacing more refs. Treeder

* Use Fn not FN
This commit is contained in:
James Jeffrey
2017-09-29 16:22:15 -07:00
committed by Travis Reeder
parent 5219227393
commit c7f3066c75
81 changed files with 211 additions and 398 deletions

View File

@@ -1,4 +1,4 @@
FROM funcy/ruby:dev
FROM fnproject/ruby:dev
WORKDIR /function
ADD Gemfile /function/

View File

@@ -4,7 +4,7 @@ This images compares the payload info with the header.
## Requirements
- Oracle Functions API
- Fn API
## Development
@@ -35,7 +35,7 @@ docker push $USERNAME/func-echo
./test.sh
```
## Running it on Oracle Functions
## Running it on Fn
### Let's define some environment variables
@@ -45,7 +45,7 @@ docker push $USERNAME/func-echo
FUNCAPI=YOUR_FUNCTIONS_ADDRESS
```
### Running with Oracle Functions
### Running with Fn
With this command we are going to create an application with name `echo`.
@@ -70,7 +70,7 @@ curl -X POST --data '{
#### Testing function
Now that we created our Oracle Functions route, let's test our new route
Now that we created our Fn route, let's test our new route
```
curl -X POST --data '{"input": "yoooo"}' http://$FUNCAPI/r/echo/echo