aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-13 11:00:47 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-13 11:01:24 +0300
commita79413824414d1cda8341900becec1ea2b9d8617 (patch)
tree39fc261ed71824961007b2ecfc87a559a68522b7 /README.md
parent9615718012ee798f58834572cfe69c468a05027f (diff)
Allow user to dequeue a package installation and list packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc50851..ca53b37 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,11 @@ Small Function as a Service (FaaS) server built with Node.js and MongoDB. Useful
## Server
Clone the repository to your server.
+
+```
+git clone https://github.com/jantuomi/faaslift.git
+```
+
Create a file called `.env` in the project directory and add the following fields:
```
@@ -61,6 +66,8 @@ To `require` 3rd party libraries, they have to be installed on the host server w
# Security
+`faaslift` relies on MongoDB for user authentication. Please use secure Mongo instance with a username and password set.
+
The functions are *NOT* containerized in any way! This means that code running at an endpoint is e.g. able to crash the server or manipulate other endpoints, among other evil deeds, with a little bit of tinkering. That's why this project is solely meant for prototyping purposes.
# Author