summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 810d9d3..70d3611 100644
--- a/README
+++ b/README
@@ -15,8 +15,13 @@ GRANT ALL PRIVILEGES ON bucky.* TO 'carbon'@'localhost';
# copy .env-sample to .env and edit the values to correspond
# load up a copy of bucky
+scp carbon@carbonpictures.com:bucky-20150903.sql .
mysql -u carbon -p bucky < bucky-20150903.sql
+# run the migrations (makes most blob fields into text)
+
+knex migrate:latest
+
# node index
Server will be running at http://lvh.me:5000/