mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Travis Reeder
parent
5219227393
commit
c7f3066c75
@@ -1,4 +1,4 @@
|
||||
FROM funcy/ruby:dev
|
||||
FROM fnproject/ruby:dev
|
||||
|
||||
WORKDIR /function
|
||||
ADD Gemfile /function/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user