summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2017-12-26 04:10:43 -0500
committerJules <jules@asdf.us>2017-12-26 04:10:43 -0500
commit64cd23dbfc702ea67858d90605792a16ae038852 (patch)
tree82d032d32a2b306db46e180af4b2bb6bfb029a03 /README
parent0ef7a5e0dc1a156a20ca75c8d75f0a26e814b02d (diff)
readme
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 22 insertions, 2 deletions
diff --git a/README b/README
index 0b618a9..1192253 100644
--- a/README
+++ b/README
@@ -1,2 +1,22 @@
-luckyplop
-=========
+# plop
+
+Standalone drag-and-drop image upload website.
+
+## Installation
+
+Create a MySQL database and user for this project.
+
+```
+npm install
+./node_modules/.bin/knex migrate:latest
+pm2 start index.js --name plop
+```
+
+## Building the javascript
+
+```
+grunt
+```
+
+The app.min.js file should already be in git for convenience.
+