Tag: web applications
How To Install Nextant Full Text Search For NextCloud
https://github.com/nextcloud/nextant/wiki and (links to) https://github.com/nextcloud/nextant/wiki/Setup-your-local-Solr-as-a-Service To install java depenencies: https://www.howtoforge.com/tutorial/how-to-install-and-configure-solr-on-ubuntu-1604/ 1. Update the system $ sudo apt-get update && apt-get…
Enabling Pretty Links In Nextcloud
https://bayton.org/2016/07/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-apache/ Much like theming, pretty links aren’t mandatory, but they add to the overall aesthetics of the server. Most of…
How To Install Memcached
https://syscoding.com/tutorials/40/how-to-install-memcached-on-ubuntu-1604/ http://www.servermom.org/install-use-memcached-nginx-php-7-ubuntu-16-04/3670/ $ sudo apt-get update $ sudo apt-get install memcached $ sudo apt install php-memcached $ service memcached restart…
Configuring Memory Caching In Nextcloud
1. Install APCu and Redis: $ sudo apt install php-apcu redis-server php-redis $ sudo service apache2 restart 2. Edit…
How To Install Nextcloud In Ubuntu 16.04 Using Apache
https://www.ostechnix.com/install-nextcloud-ubuntu-16-04-lts/ https://docs.nextcloud.com/server/11/admin_manual/installation/source_installation.html https://bayton.org/2016/07/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-apache/ also adds crontab for letsencrypt certificate renewal Installation $ sudo apt-get update $ sudo apt-get upgrade $…
How To Install Resilio Sync On Ubuntu 16.04 Using Vagrant
https://www.linuxbabe.com/ubuntu/install-resilio-sync-ubuntu-16-04-16-10 https://help.getsync.com/hc/en-us/articles/206178924 1. Register the Resilio repository: $ echo “deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free” | sudo tee /etc/apt/sources.list.d/resilio-sync.list 2. Add public…