-
Install Docker
-
Clone this repo:
git clone https://github.com/yclas/docker.git -
Build a new image:
cd docker/ sudo docker build -t oc . -
Stop apache2, mysql and postfix:
sudo service apache2 stop sudo service mysql stop sudo service postfix stop -
Run the image:
sudo docker run -t -i -p 80:80 -p 3306:3306 oc /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 -
DB configuration:
Database name: openclassifieds User name: root Password: 1234
-
Notifications
You must be signed in to change notification settings - Fork 1
yclas/docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Docker repo for open classifieds
Resources
Stars
Watchers
Forks
Releases
No releases published