Juan Ferrer
02ddc87755
gitea/hedera-web/pipeline/pr-master This commit looks good
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
|
||
---|---|---|
debian | ||
doc | ||
forms | ||
image | ||
js | ||
pages | ||
reports | ||
rest | ||
utils | ||
web | ||
.dockerignore | ||
.eslintrc.yml | ||
.gitignore | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
apache.conf | ||
app.js | ||
config.php | ||
docker-compose.yml | ||
env.php | ||
hedera-web.php | ||
import.js | ||
index.php | ||
package-lock.json | ||
package.json | ||
php.ini | ||
webpack.config.js | ||
webpack.config.json |
README.md
Hedera
Hedera is the main web page for Verdnatura.
Getting Started
Required dependencies.
- PHP >= 7.0
- Node.js >= 8.0
Web application
Launch fronted.
npm run front
Launch backend.
npm run db
npm run back
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