Skip to content
nirrek edited this page Oct 6, 2015 · 3 revisions

Updating Frontend

  1. Update config.js server to point to http://54.66.236.15

  2. Update index.html to point to <script src="bundle.js"></script>

  3. npm run build


Updating DB

  1. Export the DB from SequelPro

  2. scp ./exportFile.sql ec2-kerrin:.

  3. mysql -u root -p wallfly < exportFile.sql


Updating Backend

  1. git pull

  2. pm2 restart 0

Clone this wiki locally