dtfinch / xtuple-vagrant

Vagrant-powered development environment for the xTuple's open-source ERP software: http://github.com/xtuple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xTuple and Vagrant

Vagrant is open-source software used to create lightweight and portable virtual development environments. Vagrant works like a "wrapper" for VirtualBox that can create, configure, and destroy virtual machines with the use of its own terminal commands. Vagrant facilitates the setup of environments without any direct interaction with VirtualBox and allows developers to use preferred editors and browsers in their native operating system. This blog describes a typical workflow using Vagrant in a development environment.

xTuple uses vagrant to create virtual machines for several distinct purposes:

  • demonstrate the core xTuple software
  • demonstrate the xTuple ERP Business Intelligence integration
  • develop and test bug fixes for the xTuple Server
  • develop and test bug fixes and new features for OpenRPT, CSVImp, and the xTuple ERP desktop client
  • develop and test bug fixes and new features for the xTuple mobile web client
  • develop and test bug fixes and new features of the xTuple ERP Business Intelligence integration

Note that all of these virtual machines run Ubuntu Linux. In all cases you can connect to the xTuple Server and database from your host environment or from the virtual machine. The development setups allow you to edit source files in either environment, too, but you will have to build the application in the VM.

xTuple recommends that you use these virtual machines, particularly for development purposes.*

See the xtuple-vagrant wiki for instructions on getting started.

Windows users: Make sure that you always open the Windows Command Prompt as Administrator to run git and vagrant commands.

New to Github? Learn more about basic Github activities here.

Caveat

  • The desktop development VM cannot currently be used to build and package the desktop clients for release. This VM is fine for day-to-day bug fixing and feature development.

About

Vagrant-powered development environment for the xTuple's open-source ERP software: http://github.com/xtuple.


Languages

Language:Shell 52.5%Language:Ruby 47.5%