diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-27 02:09:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-27 02:09:19 +0100 |
| commit | aa020bb7973dcc2b1fb9e030f45115682e8e8a83 (patch) | |
| tree | f6e7ba792d5555d921b3fcd6a7015ae3c6ce30e3 /README | |
| parent | a5da14ec7c41d2007658d56d17057f83d5b1115e (diff) | |
| parent | 0839d2d4e87e71a73f13d486812c056f6c6cc55f (diff) | |
div
Diffstat (limited to 'README')
| -rw-r--r-- | README | 28 |
1 files changed, 26 insertions, 2 deletions
@@ -1,2 +1,26 @@ -luckyplop -========= +# plop + +Standalone drag-and-drop image upload website. + +## Installation + +Create a MySQL database and user for this project. + +`cp sample-env .env` and edit accordingly. + +Install all the modules and spin it up: + +``` +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. + |
