title | date | categories | tags | permalink | keywords | |
---|---|---|---|---|---|---|
Docker configuration for Yclas Self Hosted |
2015-09-18 03:26:48 -0700 |
Development |
|
/docker-image/ |
docker image, development, environment, install |
The following guide describe how you can use a docker image to install Yclas Self Hosted.
-
Official Ubuntu Server 14.04 LTS (Trusty Tahr) builds
-
Apache2
-
PHP 7
- cURL
- GD
- mysqli
- mcrypt
- apcu
-
MySQL 5.5
-
phpmyadmin
-
Installation file for the latest Yclas Self Hosted
-
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