0
1
Fork 0
Verdnatura main web page for migration
Go to file
Juan Ferrer 95aa622497 Connection limit tunned 2021-04-26 14:05:52 +02:00
db/10001-ticketService Hotfix 2020-10-23 13:00:40 +02:00
debian Connection limit tunned 2021-04-26 14:05:52 +02:00
doc Reorganizacion de ficheros 2015-08-20 15:11:49 +02:00
forms Connection limit, PVP for 2021-04-26 13:42:42 +02:00
image Theme color 2021-01-15 15:43:30 +01:00
js Password recovery fixes 2021-03-31 12:18:25 +02:00
pages Icon path fix 2021-01-15 16:02:44 +01:00
reports Thin family icons, ticket services, SQL refactor 2020-10-23 12:10:41 +02:00
rest Password recovery fixes 2021-03-31 12:33:30 +02:00
utils Grant execute to image trash clean script 2021-04-02 18:05:04 +02:00
web Password recovery fixes 2021-03-31 12:18:25 +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 Dockerfile with force update of PHP lib 2021-03-31 12:53:13 +02:00
Jenkinsfile Old code removed: Docker port, Jenkins config 2020-01-29 14:02:50 +01: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 Connection limit increased 2021-04-26 13:55:17 +02:00
app.js YAML used for locale 2018-02-05 13:58:17 +01:00
config.php Improved timezone handling 2020-05-03 22:35:24 +02:00
docker-compose.yml Compose fixes 2020-08-29 13:12:40 +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.php improved README, PHP linting, bugs fixed 2018-06-06 13:08:17 +02:00
package-lock.json Term colors disabled for deploying 2019-03-28 17:14:14 +01:00
package.json Connection limit tunned 2021-04-26 14:05:52 +02:00
php.ini Connection limit tunned 2021-04-26 14:05:52 +02:00
webpack.config.js #8750 fixed, npm update 2019-02-05 14:11:40 +01:00
webpack.config.json #8750 fixed, npm update 2019-02-05 14:11:40 +01: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