Update doc

This commit is contained in:
Laurent Destailleur 2013-07-24 13:58:48 +02:00
parent 3275a27fb6
commit 440cfce20b
2 changed files with 7 additions and 6 deletions

View File

@ -78,15 +78,16 @@ See ChangeLog file found into package.
- Customers, Prospects or Suppliers directory
- Products and services catalog
- Stock management
- Bank accounts management
- Orders management with PDF export
- Orders management
- Commercial proposals management
- Contracts management
- Invoices management
- Payments management
- Standing orders management
- Stock management
- Shipping management
- PDF or ODT generation for invoice, proposals, orders...
- Agenda with ical,vcal export for third tools integration
- ECM (Electronic Content Management)
- Foundations members management
@ -100,10 +101,10 @@ See ChangeLog file found into package.
- Bookmarks management
- Donations management
- Reporting
- Data export/import tools
- Data export/import
- LDAP connectivity
- Third parties or products categories
- ClickToDial phone numbers
- ClickToDial integration
- RSS integration
### Miscellaneous:

View File

@ -19,8 +19,8 @@ with format RPM (for Redhat, OpenSuse, Mandriva, ...).
#
# On Fedora
# rpm -i --test dolibarr-...rpm To list dependencies of RPM
# yum install dolibarr-...rpm To install package and dependencies
# yum erase dolibarr To remove package
# yum -v install dolibarr-...rpm To install package and dependencies
# yum -v erase dolibarr To remove package
# chcon -R -h -t httpd_sys_script_rw_t /file To add temporary context rw for httpd on /file
# semanage fcontext -a -t httpd_sys_script_rw_t "/dir/(.*)?" To add persistent context rw for httpd on /dir (this add file_contexts.local)
# restorecon -R -v /file Restore values into files (cancel chcon, validate semanage)