diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/ |
