You will need to populate the Gold database with an sql dump that defines the objects, actions, and attributes necessary to function as an Accounting and Allocation Manager.
For PostgreSQL database:
[gold]$ psql gold < bank.sql
For MySQL database:
[gold]$ mysql gold < bank.sql
For SQLite database:
[gold]$ sqlite3 /opt/gold/data/gold.db < bank.sql