amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

QA Feature Complete #185

Closed amilner42 closed 7 years ago

amilner42 commented 7 years ago

Closes

Closes #150 Closes #156 Closes #159 Closes #164 Closes #165 Closes #167 Closes #169 Closes #173 Closes #175

Description

Created a Question/Answer system.

Refer to all issues above and connected PRs for details.

Deploy Instructions

  1. Run migration script (number 3). This will not interfere with the existing webapp (it only adds new collections) so this can be run before any first without worrying.

  2. Deploy backend. I think that the old frontend will work completely fine with the new backend. So we should still have a working website at this point.

  3. Deploy frontend. And now we're done.

These steps should be performed in this order and as quickly after each other as possible. I think in this order things won't break, but none the less it's better to just update everything at once.