Tag: web applications
How To Install OpenProject On Ubuntu 16.04 With LEMP Stack
OpenProject is an open source project management solution that offers features such as issue tracking, document management, time and cost…
Using Git To Deploy Code
https://mikeeverhart.net/2013/01/using-git-to-deploy-code/ Setting Up The Remote Server The following instructions apply to your remote (eg: Production/Staging) server(s). 1. Create a new…
How To Restore A Nextcloud Backup
https://docs.nextcloud.com/server/stable/admin_manual/maintenance/restore.html Simply copy your configuration and data folder (or even your whole Nextcloud install and data folder) to your Nextcloud…
How To Install MongoDB On Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04 1. Import they key for the official MongoDB repository $ sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv EA312927 After successfully…
How To Install Tiddlywiki On Node.js
http://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Node.js.html http://tiddlywiki.com/static/Node.js.html https://www.npmjs.com/package/tiddlywiki 1. Install Node.js $ sudo apt-get install nodejs 2. Install Tiddlywiki $ sudo npm install -g tiddlywiki…
How To Uninstall NGINX
https://askubuntu.com/questions/235347/what-is-the-best-way-to-uninstall-nginx We may want to uninstall and then re-install nginx if any problems occur. First, un-install with code below, then…