xTuple Enterprise Resource Planning Mobile-Web client
The install script for this project is Debian based and designed to run on a 64 bit Ubuntu 12.04 machine. If you do not have 64 bit hardware the install script will not work for you and you will have to do a manual build. It is best if you do not already have postgres installed on your machine.
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 clone --recursive git://github.com/<username>/xtuple.git
cd xtuple
git remote add XTUPLE git://github.com/xtuple/xtuple.git
git fetch XTUPLE
git checkout `git describe --abbrev=0`
bash scripts/install_xtuple.sh
You will be prompted for sudo
credentials; installation will take a few
minutes.
cd node-datasource
node main.js
Launch your local browser and navigate to the address localhost:8888
. Default username and password are admin
.
View the Release Notes to see a change log.