Skip to content

yclas/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Docker for Yclas

Instructions

  1. Install Docker

  2. Clone this repo:

     git clone https://github.com/yclas/docker.git
    
  3. Build a new image:

     cd docker/
     sudo docker build -t oc .
    
  4. Stop apache2, mysql and postfix:

             sudo service apache2 stop
             sudo service mysql stop
             sudo service postfix stop
    
  5. Run the image:

     sudo docker run -t -i -p 80:80 -p 3306:3306 oc /bin/bash
    
  6. Start apache2, mysql and postfix:

     sudo service apache2 start
     sudo service mysql start
     sudo service postfix start
    
  7. Load on your browser:

     http://reoc.lo/install-yclas.php
    
  8. DB configuration:

     Database name: openclassifieds
     User name: root 
     Password: 1234
    

About

Docker repo for open classifieds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published