Merge pull request #4 from shinhanbyeol/main

Update:  secret key change
tree: 37bae028e9de263c03fdb4a89e60f1575253e41a
  1. .github/
  2. backend/
  3. frontend/
  4. .dockerignore
  5. .gitattributes
  6. .gitignore
  7. contributing.md
  8. docker-entrypoint.sh
  9. Dockerfile
  10. ecosystem.config.js
  11. LICENSE
  12. package.json
  13. README-ko.md
  14. README.md
README.md

PRs Welcome

Goal of incubating Apache AGViewer

Incubating Apache AGViewer is graph visualisation tool, for AgensGraph or Apache incubating-AGE.

Recommend Node Version & install module

  • node js 14.16.0
  • npm install pm2

How to use this image

docker run \
    --publish=3001:3001 \
    --name=agviewer \
    bitnine/agviewer:latest

How to run using command

npm run setup
npm run start

How to build using command

npm run setup-backend
npm run build-front
pm2 stop ag-viewer-develop
pm2 delete ag-viewer-develop
pm2 start ecosystem.config.js

License

Apache incubating AGViewer is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.