Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kablamo committed Jan 1, 2016
1 parent 3670fd1 commit 3bb9f66
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
@@ -1,18 +1,42 @@
# Networthify

Personal finance for savings extremists and early retirement savants
Personal finance for savings extremists and early retirement savants.

Track your financial progress and get useful detailed analytics. Know at a
glance how many working days you have left before retirement.

# Setup
# How to contribute

# git clone
# cd Networth
## Step 1: Install cpanm

[cpanm](https://metacpan.org/pod/App::cpanminus) allows you to install Perl
modules from [CPAN](https://metacpan.org/).

There are Debian packages, RPMs, FreeBSD ports, and packages for other
operation systems available. Or you can do this:

curl -L https://cpanmin.us | perl - --sudo App::cpanminus

## Step 2: Install Carton

[Carton](https://metacpan.org/pod/Carton) is a Perl module dependency manager
(aka Bundler for Perl).

cpanm Carton

## Step 3: Install SQLite3

[SQLite3](https://www.sqlite.org/) is a simple database. Recommended to install
via system packages.

## Step 4: Setup the website

git clone git@github.com:kablamo/Networthify.git
cd Networthify
carton
cat schema.sql | sqlite3 networth.db.dev
script/createDemoUser
script/updateDemoUser
carton exec plackup

# in your browser go to: http://localhost:5000
In your browser go to: http://localhost:5000
1 change: 1 addition & 0 deletions root/html/index.tt
Expand Up @@ -162,6 +162,7 @@
<li>Split transactions and categories.</li>
<li>Stay anonymous and <b>keep your privacy</b>. No need to reveal your identity or your bank passwords.</li>
<li>SSL/TLS Encryption.</li>
<li><a href="https://github.com/kablamo/Networthify/">Open source.</a></li>
</ul>
</div>

Expand Down

0 comments on commit 3bb9f66

Please sign in to comment.