Skip to content
Snippets Groups Projects
Select Git revision
  • b85a8359884e90264b92afc7997e828fcce1ff8c
  • 3.9 default
  • develop
  • 6.0
  • 5.0
  • 4.0
  • scrutinizer-patch-4
  • scrutinizer-patch-3
  • scrutinizer-patch-2
  • scrutinizer-patch-1
  • 3.7
  • 3.8
  • 3.6
  • 3.9_backported
  • 3.8_backported
  • 3.7_backported
  • 3.5
  • 3.6_backported
  • 3.5_backported
  • 3.4
  • 3.3_backported
  • 6.0.4
  • 6.0.3
  • 5.0.7
  • 6.0.2
  • 6.0.1
  • 5.0.6
  • 6.0.0
  • 5.0.5
  • 6.0.0-rc
  • 5.0.4
  • 6.0.0-beta
  • 5.0.3
  • 4.0.6
  • 5.0.2
  • 5.0.1
  • 4.0.5
  • 5.0.0
  • 4.0.4
  • 5.0.0-rc2
  • 5.0.0-rc1
41 results

vagrant

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Marcos García de La Fuente authored
    4b3be7bc
    History
    Name Last commit Last update
    ..
    dolibarrdev
    README.md

    Vagrant development box for Dolibarr

    Introduction

    Vagrant is a tool to make development easier using VirtualBox virtual machines.

    These machines have been created with PuPHEt and combine the power of Vagrant with Puppet to automate the development machine provisionning.

    What you need

    Latest versions of:

    Usage

    VM startup

    cd into the vagrant box directory and simply type vagrant up.

    That's all you need to do. It will build a brand new VirtalBox machine for you with everything you need to develop on Dolibarr.

    Name resolution

    For easy access to the VM you need to setup name resolution to the machines IP.

    Edit the hosts file on the machine you run Vagrant on to map the virtual machine's IP to it's Vhost name.

    Example syntax:

    192.168.42.101  dev.dolibarr.org

    Once this is done, you will be able to access your VM's service at http://dev.dolibarr.org

    Available boxes

    dolibardev

    Somewhat bleeding edge vagrant box for develop branch related work.

    • IP: 192.168.42.101
    • Vhost: dev.dolibarr.org
    • OS: Debian Wheezy 7.5
    • Webserver: Apache 2.2.22
    • PHP: mod_php 5.5.13-1~dotdeb.1
    • Database: MySQL 5.5
      • Root user: root
      • Root password: root
      • Database name: dolibarr
      • Database user: user
      • Database password: user
      • Initial data: dev/initdata/mysqldump_dolibarr-3.5.0.sql
    • Debugger: XDebug
    • Profiler: Xhprof

    You can access MailCatcher to read all outgoing emails at http://192.168.42.101:1080