Skip to content
Quentin Adt's Notes
The blog of Quentin Adt
SEO Development Digital Nomad About Me :)
Quentin Adt's Notes
The blog of Quentin Adt

Month: December 2014

How-to install mnoGoSearch on Debian Jessie

December 9, 2014

mnoGoSearch tested with a fresh cloud.runabove.com Debian Jessie 7.5 instance : sudo nano /etc/apt/sources.list #Only jessie distrib —> deb http://ftp.debian.org/debian jessie main —> deb-src http://ftp.debian.org/debian jessie main #Update package list sudo apt-get update #Upgrade distrib with new distrib repository sudo apt-get upgrade #Install MySQL & PhpMyAdmin BEFORE mnoGoSearch sudo apt-get install mysql-server phpmyadmin #Create a […]

Quentin comment 0 Comments