You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ This is an example how I'm locally developing and testing OCI Functions on my ma
48
48
49
49
<p>
50
50
51
-
I've installed maven and <code>Fn cli</code> on my mac. Thisn is how to do the <ahref="https://docs.oracle.com/en-us/iaas/Content/Functions/Tasks/functionsinstallfncli.htm">Fn cli install</a> or here <ahref="https://fnproject.io/tutorials/install/">following the Fn tutorial</a>.
51
+
I've installed maven and <code>Fn cli</code> on my mac. This is how to do the <ahref="https://docs.oracle.com/en-us/iaas/Content/Functions/Tasks/functionsinstallfncli.htm">Fn cli install</a> or like in here <ahref="https://fnproject.io/tutorials/install/">following the Fn tutorial</a>.
52
52
53
53
<p>
54
54
@@ -82,3 +82,21 @@ Then clone this repo and project and cd to the project root directory. Then run
82
82
fn --verbose deploy --app hellofunction --local
83
83
</pre>
84
84
85
+
<p>
86
+
87
+
After this you are ready to call the function to test it:
0 commit comments