Skip to content

kotsios5/vagrant-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant

Instructions

  1. Download and install Vagrant

  2. Download and install VirtualBox

  3. Clone repo:

     git clone https://github.com/yclas/vagrant.git
    
     cd vagrant/
    
  4. Boot the environment:

     vagrant up
    
  5. Run:

     sudo vim /etc/hosts
    

    and add those lines at the beggining of the file:

     192.168.50.4    reoc.lo
    
  6. To prove that it is running, you can SSH into the machine: (Optional)

     vagrant ssh
    
  7. Once the machine it's running, load this on your browser:

     http://reoc.lo/install-yclas.php
    
  8. To destroy the virtual machine and remove all traces of the guest machine from your system, run:

     vagrant destroy
    

Vagrant fails to remove temp files, so run this after vagrant destroy the virtual machine:

sudo rm -f d20* vagrant20*

During the Open-Classifieds installation process, for DB Configuration use:
Database name: openclassifieds
User name: root
Password: 1234

About

Vagrant installation for Yclas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 54.2%
  • Shell 45.8%