The following guide describes how you can use a docker image to install Yclas Self Hosted.
What is installed
Instructions
-
Install Docker
-
Clone this repo:
git clone https://github.com/yclas/docker.git
-
Stop apache2 and mysql:
sudo service apache2 stop
sudo service mysql stop
-
Run the container:
sudo docker run -t -i -p 80:80 -p 3306:3306 kotsios/env:latest /bin/bash
-
Start apache2, mysql and postfix:
sudo service apache2 start
sudo service mysql start
sudo service postfix start
-
Load on your browser:
http://reoc.lo/install-yclas.php
-
Install Yclas Self Hosted using these:
Database name: openclassifieds
User name: root
Password: 1234