xTuple Enterprise Resource Planning Mobile-Web client
The install script for this project is Debian based and tested to run on Ubuntu 12.04. It is best if you do not already have postgres installed on your machine.
To install this project, first fork this repo onto your own github account and clone it into your preferred source directory. We recommend checking out the latest tagged release, but if you want to just checkout the lastest code you can skip this next step. Find and checkout the latest tag with the following:
git remote add XTUPLE git://github.com/xtuple/xtuple.git
git fetch XTUPLE
git describe --abbrev=0 // This should output the latest tag number
git checkout {tag} // Enter output of the previous line in {tag}
Then run:
cd xtuple/scripts
sudo ./install_xtuple.sh
This will take a while. Then, to start the datasource, run
cd ../node-datasource
sudo ./main.js
Launch your local browser and navigate to the address localhost. Default username and password are admin.
View the Release Notes to see a change log.