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

View File

@ -19,8 +19,8 @@ with format RPM (for Redhat, OpenSuse, Mandriva, ...).
# #
# On Fedora # On Fedora
# rpm -i --test dolibarr-...rpm To list dependencies of RPM # rpm -i --test dolibarr-...rpm To list dependencies of RPM
# yum install dolibarr-...rpm To install package and dependencies # yum -v install dolibarr-...rpm To install package and dependencies
# yum erase dolibarr To remove package # 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 # 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) # 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) # restorecon -R -v /file Restore values into files (cancel chcon, validate semanage)