https://github.com/anmolnar/natsend
https://github.com/anmolnar/natsend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anmolnar/natsend
- Owner: anmolnar
- Created: 2020-04-14T19:10:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T09:50:21.000Z (about 6 years ago)
- Last Synced: 2024-12-29T12:44:57.136Z (over 1 year ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# NAT Send
NAT Send module for Dolibarr CRM.
## Installation
### From the ZIP file and GUI interface
- If you get the module in a zip file (like when downloading it from the market place [Dolistore](https://www.dolistore.com)), go into
menu ```Home - Setup - Modules - Deploy external module``` and upload the zip file.
Note: If this screen tell you there is no custom directory, check your setup is correct:
- In your Dolibarr installation directory, edit the ```htdocs/conf/conf.php``` file and check that following lines are not commented:
```php
//$dolibarr_main_url_root_alt ...
//$dolibarr_main_document_root_alt ...
```
- Uncomment them if necessary (delete the leading ```//```) and assign a sensible value according to your Dolibarr installation
For example :
- UNIX:
```php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
```
- Windows:
```php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';
```
### From a GIT repository
- Clone the repository in ```$dolibarr_main_document_root_alt/natsend```
```sh
cd ....../custom
git clone git@github.com:gitlogin/natsend.git natsend
```
From your browser:
- Log into Dolibarr as a super-administrator
- Go to "Setup" -> "Modules"
- You should now be able to find and enable the module