[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3941] trunk
- Subject: SF.net SVN: ledger-smb:[3941] trunk
- From: ..hidden..
- Date: Sun, 30 Oct 2011 09:43:34 +0000
Revision: 3941
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3941&view=rev
Author: ehuelsmann
Date: 2011-10-30 09:43:34 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Incorporate suggestions from Havard Sorli as given
in Document request 3430160.
Modified Paths:
--------------
trunk/INSTALL
trunk/doc/manual/LedgerSMB-manual.tex
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2011-10-28 23:09:00 UTC (rev 3940)
+++ trunk/INSTALL 2011-10-30 09:43:34 UTC (rev 3941)
@@ -28,7 +28,23 @@
* Perl 5.8+
+Installation process overview
+=============================
+ 1) Install the base software: web server (Apache),
+ database server (PostgreSQL) and Perl from your distribution
+ and package manager or source. Read on for details
+ 2) Installing Perl module dependencies from your distribution and
+ package manager or CPAN. Read on for details
+ 3) Give the web server access to the ledgersmb directory
+ 4) Edit ./ledgersmb/ledgersmb.conf to be able to access the database
+ and locate the relevant PostgreSQL contrib scripts
+ 5) Initializing a company database
+ Database setup and upgrade script at http://localhost/ledgersmb/setup.pl
+ 6) Login with your name (database username),
+ password (database user password), Company (databasename)
+
+
Installing Apache 2
===================
Modified: trunk/doc/manual/LedgerSMB-manual.tex
===================================================================
--- trunk/doc/manual/LedgerSMB-manual.tex 2011-10-28 23:09:00 UTC (rev 3940)
+++ trunk/doc/manual/LedgerSMB-manual.tex 2011-10-30 09:43:34 UTC (rev 3941)
@@ -230,28 +230,59 @@
\item The following CPAN modules:
\begin{itemize}
-\item Cwd
-\item Config::Std
\item Data::Dumper
+\item Log::Log4perl
+\item Locale::Maketext
\item DateTime
-\item DBD::Pg 2.0 or later
+\item Locale::Maketext::Lexicon
\item DBI
+\item MIME::Base64
\item Digest::MD5
+\item HTML::Entities
+\item DBD::Pg
+\item Math::BigFloat
+\item IO::File
\item Encode
-\item IO::File
-\item HTML::Entities
\item Locale::Country
\item Locale::Language
-\item Locale::Maketext
-\item Locale::Maketext::Lexicon
-\item Log::Log4perl
-\item Math::BigFloat
-\item MIME::Base64
+\item Time::Local
+\item Cwd
+\item Config::Std
\item MIME::Lite
-\item Time::Local
+\item Template
+\item Error
+\item CGI::Simple
+\item File::MimeInfo
\end{itemize}
+
+and these optional ones:
+\begin{itemize}
+\item Net::TCLink
+\item Parse::RecDescent
+\item Template::Plugin::Latex
+\item XML::Twig
+\item Excel::Template::Plus
\end{itemize}
+\end{itemize}
+
+\section{Installing LedgerSMB}
+
+The process of installing LedgerSMB is described in detail
+in the INSTALL file which comes with the distribution archive.
+In the process is:
+\begin{enumerate}
+\item Install the base software: Web Server (Apache), Database server (PostgreSQL) and Perl
+ from your distribution and package manager or source. Read the INSTALL file for details
+\item Installing Perl module dependencies
+ from your distribution and package manager or CPAN. Read the INSTALL file for details
+\item Give the web server access to the ledgersmb directory
+\item Edit ./ledgersmb/ledgersmb.conf to be able to access the database and locate the relevant PostgreSQL contrib scripts
+\item Initializing a company database; database setup and upgrade script at http://localhost/ledgersmb/setup.pl
+\item Login with your name (database username), password (database user password), Company (databasename)
+\end{enumerate}
+
+
\section{User Account and Database Administration Basics}
LedgerSMB 1.3 offers a variety of tools for setting up new databases, and most
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.