Advertisement
gaspan619

list task pindah server

Sep 22nd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # yang harus di pindahkan:
  2. ## aplikasi
  3. - nodejs v8.16.1
  4. - https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04
  5. - MongoDB shell version v4.0.12
  6. - https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
  7. - pm2 3.2.2
  8. - https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04
  9. - NginX (bila tidak menginstal cpanel)
  10. - https://mediatemple.net/community/products/developer/204405534/install-nginx-on-ubuntu
  11. - https://gist.github.com/bradtraversy/cd90d1ed3c462fe3bddd11bf8953a896
  12. - https://www.youtube.com/watch?v=oykl1Ih9pMg
  13.  
  14. ## file
  15. - migrate db(mongodump, mongorestore & enable authentivication)
  16. - https://docs.mongodb.com/manual/reference/program/mongodump/#bin.mongodump
  17. - https://docs.mongodb.com/manual/reference/program/mongorestore/#bin.mongorestore
  18. - https://medium.com/mongoaudit/how-to-enable-authentication-on-mongodb-b9e8a924efac (create user db untuk surveyor dulu )
  19. - clone file BE dari git (dev & prod)
  20. - clone file frontend
  21. - configurasi NginX (bila menginstall)
  22. - https://medium.com/@jgefroh/a-guide-to-using-nginx-for-static-websites-d96a9d034940
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement