mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
committed by
Travis Reeder
parent
0ad91466ff
commit
abe09a26c7
@@ -274,6 +274,14 @@ If you watch the logs, you will see the function actually runs in the background
|
|||||||
|
|
||||||
Read more on [logging](docs/logging.md).
|
Read more on [logging](docs/logging.md).
|
||||||
|
|
||||||
|
## Functions UI
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" iron/functions-ui
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information, see: https://github.com/iron-io/functions-ui
|
||||||
|
|
||||||
## Writing Functions
|
## Writing Functions
|
||||||
|
|
||||||
See [Writing Functions](docs/writing.md).
|
See [Writing Functions](docs/writing.md).
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ If you are operating IronFunctions, this section is for you.
|
|||||||
* [Running in Production Overview](operating/production.md)
|
* [Running in Production Overview](operating/production.md)
|
||||||
* [Databases](databases/README.md)
|
* [Databases](databases/README.md)
|
||||||
* [Message Queues](mqs/README.md)
|
* [Message Queues](mqs/README.md)
|
||||||
|
* [UI](operating/ui.md)
|
||||||
* [Logging](operating/logging.md)
|
* [Logging](operating/logging.md)
|
||||||
* [Metrics](operating/metrics.md)
|
* [Metrics](operating/metrics.md)
|
||||||
* [Triggers](operating/triggers.md)
|
* [Triggers](operating/triggers.md)
|
||||||
|
|||||||
9
docs/operating/ui.md
Normal file
9
docs/operating/ui.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# User Interface for IronFunctions
|
||||||
|
|
||||||
|
### Run Functions UI
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run --rm -it --link functions:api -p 4000:4000 -e "API_URL=http://api:8080" iron/functions-ui
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information, see: https://github.com/iron-io/functions-ui
|
||||||
Reference in New Issue
Block a user