TomK32 / exabuch
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
exabuch /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
README | Thu Apr 17 01:13:50 -0700 2008 | |
| |
Rakefile | ||
| |
TODO | Wed May 14 10:51:40 -0700 2008 | |
| |
app/ | Wed May 14 10:37:58 -0700 2008 | |
| |
config/ | Tue May 13 00:09:07 -0700 2008 | |
| |
db/ | ||
| |
doc/ | ||
| |
init.rb | ||
| |
lib/ | Mon May 12 09:11:43 -0700 2008 | |
| |
public/ | Wed May 14 10:37:58 -0700 2008 | |
| |
script/ | ||
| |
test/ | Wed May 14 10:51:18 -0700 2008 |
README
== Welcome to Exabuch Exabuch is a small book-keeping application for German market. It's main purpose was creating invoices in a easy and fast manner and it's main audience are freelancers. == Installation You can download a tarball at github: http://github.com/TomK32/exabuch/tree/master Alternatively there's an older version for those running rails 1.2.x http://code.google.com/p/exabuch/ Most likely you will need some libraries for the database sudo aptitude install sqlite3 libsqlite3-dev libsqlite3-ruby sqlite3-ruby Then you create and migrate the database cd exabuch rake db:migrate And start the server ruby script/server == License ExaBuch is open source under the MIT license, see http://www.opensource.org/licenses/mit-license.php == Authors * Ingo Terpelle, <info AT exanto DOT de>, http://exanto.de * Thomas R. Koll, <tomk32@gmx.de>, http://ananasblau.com


