diff options
Diffstat (limited to 'business/stansoft/README')
-rw-r--r-- | business/stansoft/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/business/stansoft/README b/business/stansoft/README index 628331ea2f..39dc187d62 100644 --- a/business/stansoft/README +++ b/business/stansoft/README @@ -1,10 +1,10 @@ -Stansoft is Linux financial accounting software for business. It uses a -PostgreSQL database, which is included. You can optionally use an IBM -Informix Innovator-C database, which can be downloaded free of charge from -IBM. There is no limit on the number of users per installation, which -allows for scalability from small to large companies. The user interface -is ncurses / terminal based to optimize data entry efficiency. It can be -run locally or deployed remotely on a virtual private server (VPS) in the +Stansoft is Linux financial accounting software for business. It uses a +PostgreSQL database, which is included. You can optionally use an IBM +Informix Innovator-C database, which can be downloaded free of charge from +IBM. There is no limit on the number of users per installation, which +allows for scalability from small to large companies. The user interface +is ncurses / terminal based to optimize data entry efficiency. It can be +run locally or deployed remotely on a virtual private server (VPS) in the cloud. You must have a stansoft user and group to run this script: @@ -16,10 +16,10 @@ If you wish to use IBM Informix, please add informix user and group as well # useradd -u 326 -g 326 -c \"Informix user\" -s /bin/bash informix NOTES: -1) After installing the Slackbuild you must run the Stansoft installation +1) After installing the Slackbuild you must run the Stansoft installation script /opt/stansoft/install -2) Installation and setup help can be found in /opt/stansoft/README and +2) Installation and setup help can be found in /opt/stansoft/README and the manual is located at /opt/stansoft/doc/ssmanual.pdf 3) stansoft and informix are the database administrator account, so please |