iMarket Digital Properties

0 %
iMarket Digital Properties Ltd
Design · Develop · Monetize · Support
  • Location:
    United Kingdom
  • City:
    London
  • Service Area:
    Global
Business Systems
Business Services
24/7 Support
Websites
Web Applications
E-commerce Solutions
Digital Platforms
Products & Services
Public & Private Networks

Tag: nextcloud

How To Access Nextcloud Data Directory

ERROR: can’t cd into nextcloud data directory. Would like to be able to copy/move files in this directory to an…

How To Install Nextcloud On Ubuntu 16.04 Using NGINX & MariaDB

  Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud is free and open-source,…

How To Install Tesseract OCR For Nextant And Nextcloud

http://installion.co.uk/ubuntu/xenial/universe/t/tesseract-ocr/install/index.html https://github.com/tesseract-ocr/tesseract/wiki 1. Install tesseract-ocr $ sudo apt-get update $ sudo apt-get install tesseract-ocr To uninstall tesseract-ocr http://installion.co.uk/ubuntu/xenial/universe/t/tesseract-ocr/uninstall/index.html $ sudo…

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…

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…