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,6 +1,6 @@
|
||||
# Tutorial 1: Go Function w/ Input (3 minutes)
|
||||
|
||||
This example will show you how to test and deploy Go (Golang) code to Oracle Functions. It will also demonstrate passing data in through stdin.
|
||||
This example will show you how to test and deploy Go (Golang) code to Fn. It will also demonstrate passing data in through stdin.
|
||||
|
||||
### First, run the following commands:
|
||||
|
||||
@@ -14,7 +14,7 @@ fn run
|
||||
# Now try with an input
|
||||
cat sample.payload.json | fn run
|
||||
|
||||
# Deploy your functions to the Oracle Functions server (default localhost:8080)
|
||||
# Deploy your functions to the Fn server (default localhost:8080)
|
||||
# This will create a route to your function as well
|
||||
fn deploy --app myapp
|
||||
```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Tutorial 1.2: Go Function w/ Input And Vendor Folder. (3 minutes)
|
||||
|
||||
This example will show you how to test and deploy Go (Golang) code with vendored Dependencies to Oracle Functions. It will also demonstrate passing data in through stdin.
|
||||
This example will show you how to test and deploy Go (Golang) code with vendored Dependencies to Fn. It will also demonstrate passing data in through stdin.
|
||||
|
||||
### First, run the following commands:
|
||||
|
||||
@@ -17,7 +17,7 @@ fn run
|
||||
# Now try with an input
|
||||
cat sample.payload.json | fn run
|
||||
|
||||
# Deploy your functions to the Oracle Functions server (default localhost:8080)
|
||||
# Deploy your functions to the Fn server (default localhost:8080)
|
||||
# This will create a route to your function as well
|
||||
fn deploy --app myapp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user