User Tools

Site Tools


sql-ledger_installation_overview
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
sql-ledger_installation_overview [2014/12/30 15:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Prerequisites ======
  
 +**Required**
 +
 +  * Perl, 5+
 +  * HTTP server
 +  * SQL database
 +  * Perl DBD
 +  * Perl DBI
 + 
 +**Recommended**
 +
 +  * Linux
 +  * Perl 5.10.1
 +  * Apache2
 +  * PostgreSQL
 +  * Perl DBD-Pg
 +  * Perl DBI
 +  * LaTeX
 +  * CUPS
 +  * Postfix
 +====== Download sources ======
 +
 +===== SQL-Ledger =====
 +
 +**Github**
 +
 +Download from [[Github]] (all versions from 2.6.0 onward)
 +
 +**sql-ledger.com**
 +
 +Download from [[sql-ledger.com]]
 +
 +**Community Version (based on Ledger123)**
 +Download from Github
 +
 +===== Installation Instructions =====
 +
 +Instructions for SQL-Ledger can be found [[here]]
 +
 +Instructions for Ledger123 can be found [[here]]
 +
 +Other documents regarding the Enhanced Version:
 +
 +  * [[Warehouses]] 
 +  * [[Shipping Module]] 
 +  * [[Purchase and Sales Orders]]
 + 
 +===== Existing installation =====
 +
 +To connect an existing installation with a repository on Github, update it manually to the most recent version, move to the sql-ledger directory, then type:
 +
 +    git init
 +    
 +For the original SQL-Ledger, enter
 +
 +    git remote add origin git://github.com/Tekki/sql-ledger.git
 +    
 +or for the Community Version:
 +
 +    git remote add origin git://github.com/sl-community/sql-ledger-beta.git
 +    
 +Then:
 +
 +    git fetch
 +    git branch --set-upstream master origin/master 
 +    
 +Now your installation is connected to the repository and you can update it with:
 +
 +    git pull
sql-ledger_installation_overview.txt · Last modified: 2014/12/30 15:01 by 127.0.0.1