0
1
Fork 0

refactor: refs #5167 Requested changes

This commit is contained in:
Guillermo Bonet 2024-03-11 13:23:07 +01:00
parent a121750fa7
commit 1d2f9061c5
2 changed files with 4 additions and 2 deletions

View File

@ -18,11 +18,11 @@ Run this commands on project root directory to install Node dependencies.
$ npm install $ npm install
``` ```
Install project [dependences](https://gitea.verdnatura.es/verdnatura/hedera-web/src/branch/dev/debian/control). Install project dependences (debian/control).
Pull from repository [php-vn-lib](https://gitea.verdnatura.es/verdnatura/php-vn-lib) and install [dependences](https://gitea.verdnatura.es/verdnatura/php-vn-lib/src/branch/master/debian/control) of this project. Pull from repository [php-vn-lib](https://gitea.verdnatura.es/verdnatura/php-vn-lib) and install [dependences](https://gitea.verdnatura.es/verdnatura/php-vn-lib/src/branch/master/debian/control) of this project.
Configure [config.php](https://gitea.verdnatura.es/verdnatura/hedera-web/src/branch/dev/config.php) file. Configure config.php file.
Launch project fronted. Launch project fronted.
``` ```

View File

@ -12,6 +12,8 @@
* *
* - http://www.mydomain.org -> config.www.php * - http://www.mydomain.org -> config.www.php
* - http://test.mydomain.org -> config.test.php * - http://test.mydomain.org -> config.test.php
*
* Put the password in base64.
*/ */
return [ return [
/** /**