Verdnatura main web page
Go to file
Juan Ferrer ef65622014
gitea/hedera-web/pipeline/head This commit looks good Details
Merge pull request 'test into dev' (!100) from test into dev
Reviewed-on: #100
2025-01-27 11:20:42 +00:00
debian refs #8471 Order confirm code fix 2025-01-24 09:13:53 +01:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
forms refs #8471 Order confirm code fix 2025-01-24 09:13:53 +01:00
image Checkpoint 2022-05-21 23:31:56 +02:00
js refs #6200 style fixes, mock local date 2023-10-09 21:01:11 +02:00
pages refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
reports refs #4253 Translation & UI fixes 2023-01-16 13:59:11 +01:00
rest refactor: refs #7511 Changed dependences 2024-07-19 07:50:02 +02:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
web refs #5863 Fixes: Mailer, logout & run db 2023-08-21 11:41:51 +02:00
.dockerignore Preparing docker deployment 2020-01-20 22:26:15 +01:00
.eslintrc.yml Catalog text overlap fixed, tpv return url fixed 2019-02-14 16:26:13 +01:00
.gitignore refs #8471 Remove transfer and later payments from frontend 2025-01-23 16:32:09 +01:00
Dockerfile refs #8471 Fix apt key location 2025-01-23 16:54:20 +01:00
Jenkinsfile ci(Jenkinsfile): refs #7643 Tag only master as latest 2024-07-15 10:32:11 +02:00
LICENSE Lintian warnings 2017-12-11 12:46:36 +01:00
README.md feat: refs #7108 deletes exchange-rate 2024-05-09 09:20:07 +02:00
apache.conf Apache conf fixes 2022-05-09 17:15:56 +02:00
app.js refs #3971 Source maps disabled 2022-11-18 00:31:45 +01:00
config.php feat: refs #7108 deletes exchange-rate 2024-05-09 09:20:07 +02:00
docker-compose.yml ci: refs #7643 Reprepro debug & docker deploy improve 2024-07-09 12:16:31 +02:00
env.php EDI update bugs solved, PHP linting 2018-05-23 12:14:20 +02:00
hedera-web.php EDI update bugs solved, PHP linting 2018-05-23 12:14:20 +02:00
import.js refactor: refs #5167 Deleted provinces section 2024-03-11 08:50:35 +01:00
index.php improved README, PHP linting, bugs fixed 2018-06-06 13:08:17 +02:00
package-lock.json version increased 2024-02-22 09:03:28 +01:00
package.json refs #8471 Order confirm code fix 2025-01-24 09:13:53 +01:00
php.ini Connection limit tunned 2021-04-26 14:05:52 +02:00
webpack.config.js refs #5879 Upgrade Debian image 2023-06-20 16:56:19 +02:00
webpack.config.json Fixes 2022-10-03 14:49:41 +02:00

README.md

Hedera

Hedera is the main web shop page for Verdnatura.

Prerequisites

Required applications.

  • PHP >= 8.4
  • Node.js >= 20.0

Take a look to debian/control file to see additional dependencies.

Copy config.php to config.my.php and place your DB config there.

Installing dependencies and launching

Pull from repository.

Run this commands on project root directory to install Node dependencies.

$ npm install

Install project dependences (debian/control).

Pull from repository php-vn-lib and install dependences of this project.

Configure config.php file.

Launch project fronted.

$ npm run front

Launch salix backend.

$ npm run db
$ npm run back

Launch project backend.

$ php -S 127.0.0.1:3001 -t . index.php

Command line

Run server side method from command line.

$ php hedera-web.php -m method_path 

Built with