0
1
Fork 0
Verdnatura main web page for migration
Go to file
Juan Ferrer 28ca363348 Version increased 2022-07-27 12:17:01 +02:00
debian Version increased 2022-07-27 12:17:01 +02:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
forms #4275 #3971 Fixes 2022-07-15 07:55:18 +02:00
image Checkpoint 2022-05-21 23:31:56 +02:00
js #4275 #3971 Fixes 2022-07-15 07:55:18 +02:00
pages Vn.Scope: $ is now an object 2022-05-28 03:18:06 +02:00
reports Checkpoint 2022-05-30 03:30:33 +02:00
rest Merge branch 'master' into test 2022-07-11 11:26:33 +02:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
web Builder refactor, various fixes 2022-06-18 23:04:34 +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 gitignore ignora el debug de php 2018-06-12 12:37:09 +02:00
Dockerfile Deploy fixes 2022-07-27 12:13:34 +02:00
Jenkinsfile Deploy fixes 2022-07-27 11:42:29 +02:00
LICENSE Lintian warnings 2017-12-11 12:46:36 +01:00
README.md catalog: 3 tags shown in list view, up to 6 digits for available. 2018-08-24 13:17:34 +02:00
apache.conf Apache conf fixes 2022-05-09 17:15:56 +02:00
app.js #3806 Salix backend 2022-05-05 15:56:17 +02:00
config.php Improved timezone handling 2020-05-03 22:35:24 +02:00
docker-compose.yml compose fixes 2022-05-08 23:54:48 +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
index.js Checkpoint 2022-05-21 23:31:56 +02:00
index.php improved README, PHP linting, bugs fixed 2018-06-06 13:08:17 +02:00
package-lock.json Deploy fixes 2022-07-27 11:40:34 +02:00
package.json Version increased 2022-07-27 12:17:01 +02:00
php.ini Connection limit tunned 2021-04-26 14:05:52 +02:00
webpack.config.js Deploy refactor & fixes 2022-07-27 09:37:53 +02:00
webpack.config.json Checkpoint 2022-05-21 23:31:56 +02:00

README.md

Hedera

Hedera is the main web page for Verdnatura.

Getting Started

Required dependencies.

  • PHP >= 7.0
  • Node.js >= 8.0

Launch application for development.

$ npm run dev 

Run server side method from command line.

$ php hedera-web.php -m method_path 

Built with