Version 1.1 - November 13, 2015
Built with Meteor 1.2.1
11/5/22: Meteor has undergone extensive changes since the version this was built for. Balance would need to be rewritten to work on a modern Meteor setup. If you have used the working version of Balance at balance.sharett.org, that has now been shut down. If you would like an export of your data from that site please contact me via sharett.org
Balance is a tool to keep track of shared finances for groups.
Install Meteor if you haven't already:
- curl https://install.meteor.com/ | sh
Install Balance:
- git clone https://github.com/sharett/balance
- cd balance
- meteor
- open browser to http://localhost:3000
Deploy:
- meteor deploy .meteor.com
Edit the file 'server/config.js':
- Set "Accounts.emailTemplates.siteName" to the unique name of your site (example: "Balance").
- Set "Accounts.emailTemplates.from" to the e-mail name and from address (example: "Balance balance@example.com").
- Set "Accounts.emailTemplates.signature" to the signature at the end of every e-mail sent by the site (example: "--\n" + "balance@example.com\n" + "http://balance.example.com\n\n";
Edit the file 'lib/config.js':
- Set "adminEmail" to the e-mail address that can administer the site.
MIT license
Alex Jarrett (http://www.sharett.org)