Commit Graph

60 Commits

Author SHA1 Message Date
6f005d2240 Update README.md 2017-10-28 09:50:00 +01:00
1e54a6d289 Update README.md 2017-10-28 09:47:46 +01:00
9a9d556773 Update deployment_digitalocean.md 2017-10-28 09:47:16 +01:00
e6e92c0514 Update deployment_k8s.md 2017-10-28 09:47:09 +01:00
4e253b98c6 Update deployment_swarm.md 2017-10-28 09:47:06 +01:00
dce748e2a1 Re-order 2017-10-26 16:26:49 +01:00
fb8334c927 Update deployment_k8s.md 2017-10-26 16:15:28 +01:00
7e0162d615 Update README.md 2017-10-26 16:12:40 +01:00
eba20b53df Update asynchronous.md 2017-10-26 16:11:57 +01:00
601a1ae972 Add UI screenshot 2017-10-26 15:00:05 +01:00
997b0b744b Update deployment_k8s.md 2017-10-26 14:57:58 +01:00
ba8cc50ca4 Update README.md 2017-10-26 14:37:00 +01:00
065d676ead Mention command override 2017-10-26 14:29:37 +01:00
bd3ee3f1f4 Separate ARM64/ARM32 2017-10-26 09:49:08 +01:00
0e73bda6b6 Draft Quick guide for ARMHF / ARM64 fixes #307
Signed-off-by: rgee0 richard@technologee.co.uk

Adaptation of the swarm deployment and the morning coffee blog with changes made to address the differences required to enable the sample function to build and invoke correctly on an ARM.  Further work required to accommodate ARM64
2017-10-26 09:38:13 +01:00
7b1c5bb3c3 added a blog post related to CI/CD pipeline
Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2017-10-23 16:21:23 +01:00
b04dffdc2f Updates for referral code, additional instructions 2017-10-21 11:56:37 +01:00
d91fd07257 Fix guide README links and remove DO section
This fixes links in the guide/README.md so that they don't point to
master, instead they point to the doc relative to the version of the
README.md you're looking at.

It also removes the section from the DigitalOcean guide on costs, to
avoid the maintainence overhead.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-21 12:43:09 +02:00
b822c71d48 Add guide for OpenFaaS on DigitalOcean (Swarm)
This commit adds a guide to getting started with OpenFaaS running on
DigitalOcean, it includes simple single node swarms up to multi-node
behind a DigitalOcean load balancer.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-21 12:43:09 +02:00
e4d494a80b Update README.md 2017-10-16 11:51:10 +02:00
b32a3f30ea Remove '--name' in faas-cli invoke
Doc can not execute. '--name' is removed.
see:e097301414 (diff-6e522d40e6848a6eeeb12b0ab50cb97d)

Signed-off-by: eiji.ienaga <eiji.ienaga@gmail.com>
2017-10-15 23:22:17 +01:00
8ae81dad01 Update twitter: open_faas => openfaas
Signed-off-by: Mark Peek <markpeek@vmware.com>
2017-10-11 11:18:31 +01:00
b7fbdb9ba2 Update README.md 2017-10-07 22:13:58 +01:00
c562ad2228 Added link to initial debugging discussion to guide/README.md
Signed-off-by: austinfrey <aafrey85@gmail.com>
2017-10-07 14:31:17 +01:00
beb4f5499b Mention LB 2017-10-05 17:52:12 +01:00
3e71fb85ff Asynchronous guide 2017-10-05 17:37:14 +01:00
ac2cf46474 Fixed curl commands to use correct paths
Signed-off-by: Austin Frey <aafrey85@gmail.com>
2017-10-05 08:10:06 +01:00
62a8884a33 Added SSL intstructions and corrected traefik.frontend.rule to include the proper paths.
Signed-off-by: Austin Frey <aafrey85@gmail.com>
2017-10-05 08:10:06 +01:00
3be94361e9 Added guide/traefik_integration.md
Signed-off-by: Austin Frey <aafrey85@gmail.com>
2017-10-05 08:10:06 +01:00
c463e5dca3 Update from John 2017-10-04 17:34:39 +01:00
d80704aa5c Update README.md 2017-10-04 17:30:19 +01:00
3f6d6b34a2 Update README.md 2017-10-04 17:27:19 +01:00
88597eba0d Create README.md 2017-10-04 17:25:59 +01:00
89878f0c8a Migrate from alexellis org to openfaas
Note, not all `alexellis/github` references should be changed, there are
a number of repos which are not part of the openfaas org, this commit
excludes those.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-10-04 09:18:06 +01:00
e69e8eaa3b Update deployment_k8s.md 2017-10-02 13:07:36 +01:00
97cabbf0c0 Update troubleshooting.md 2017-09-26 16:52:29 +01:00
7be845cb20 Update with additional blog link 2017-09-25 17:46:06 +01:00
770437109e Pad out explanations 2017-09-25 17:42:13 +01:00
0f695fecb0 Update troubleshooting.md 2017-09-25 09:28:33 +01:00
7b300ce1f9 Update chaining_functions.md 2017-09-25 09:15:45 +01:00
fc2733a2a0 Create chaining_functions.md 2017-09-25 09:11:53 +01:00
096bede3f0 Update troubleshooting to add timeouts 2017-09-25 08:40:59 +01:00
9b56ff839b Flesh out intro 2017-09-23 20:52:15 +01:00
8e5f2f9696 Constraining kong to manager node.
Hiding Kong admin port.
Updating firewall section.

Signed-off-by: Jono Finger <jono@foodnotblogs.com>
2017-09-23 20:46:27 +01:00
8dadbc1b4b Addressing some of the security comments in PR.
Signed-off-by: Jono Finger <jono@foodnotblogs.com>
2017-09-23 20:46:27 +01:00
94eb11ef2f Updating formatting and adding SSL
Signed-off-by: Jono Finger <jfinger@plos.org>
2017-09-23 20:46:27 +01:00
ab1e913492 Updating Kong to use the same network as FaaS
Signed-off-by: Jono <jono@foodnotblogs.com>
2017-09-23 20:46:27 +01:00
13852a930d Adding Kong integration guide
Signed-off-by: Jono Finger <jono@foodnotblogs.com>
2017-09-23 20:46:27 +01:00
480147a2be Update deployment_swarm.md 2017-09-13 17:20:01 -07:00
6d2c11e55d Update backends.md 2017-09-03 08:34:02 +01:00