Skip to content

tjanovsky/database

Repository files navigation

#XTUPLE DATABASE

This repository contains implementation specific object relational maps and functions to support xTuple applications.

##Prerequisites

##Instructions

Follow instructions for database setup on xTuple [ORM] (https://github.com/xtuple/orm/blob/master/README.md).

To initiate this repository:

git clone git@github.com:xtuple/database.git
cd database
git submodule update --init

To install orms on an existing xTuple 4.x database:

cd client/source
psql -U {user} -d {database} -p {port} -h {hostname} -f "init_script.sql"
cd ../../orm/installer
npm install
./installer.js -cli -h {hostname} -d {database} -u {username} -p {port} -P {password} --path "../../client/orm"

About

xTuple database definition

Resources

License

Stars

Watchers

Forks

Packages

No packages published