diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 17:07:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:08 +0700 |
commit | 67fcc38ae0d0527590bafc94d43e0df3dbb1e257 (patch) | |
tree | a1b9669c7cba6914aa07d5c487108ac157cf7583 /business | |
parent | e0ee8e48e33eeda560d063827e7528358f8d0ae0 (diff) |
business/stansoft: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/stansoft/README | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/business/stansoft/README b/business/stansoft/README index 6817e45625bb..f320703acd83 100644 --- a/business/stansoft/README +++ b/business/stansoft/README @@ -1,25 +1,27 @@ -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 cloud server. +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 cloud server. You must have a stansoft user and group to run this script: # groupadd -g 325 stansoft # useradd -u 325 -g 325 -c \"Stansoft user\" -s /bin/bash stansoft -If you wish to use IBM Informix, please add informix user and group as well +If you wish to use IBM Informix, please add an informix user and group +as well: # groupadd -g 326 informix # useradd -u 326 -g 326 -c \"Informix user\" -s /bin/bash informix NOTES: -1) After installing the Slackbuild you must run the Stansoft installation - script /opt/stansoft/install +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 the manual is located at /opt/stansoft/doc/ssmanual.pdf -3) stansoft and informix are the database administrator account, so please - set a strong password for it. +3) stansoft and informix are the database administrator account, so + please set a strong password for it. |