Edit metadata in a view.
This Overview plugin uses nothing but flat files. Any web server can serve it.
- Run overview-server's
./dev1.Run./dev` in this directory, in a separate shell. - In Overview (http://localhost:9000), create a plugin with url
https://localhost:3334and Overview URLhttp://overview-dev.
Then there are the tests:
./integration-tests/runruns integration tests (assuming you're running the dev-mode processes)./integration-tests/run-browser spec/multi_search_spec.rbruns tests in a web browser viewed withvncviewer(assuming you're running the dev-mode processes)./integration-tests/run-in-docker-composeruns a clean test environment (useful for continuous integration)
- Run
./integration-tests/run-in-docker-compose ./release 1.0.1(or whatever version) to publish a Docker imageAWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... S3_BUCKET=... ./deployto deploy to an S3 bucket. (The production version iss3://overview-plugin-metadata.overviewdocs.com.)
This project is copyright (c) 2017 Overview Services Inc. It's released under the AGPL-3.0 open source license. See LICENSE for legal prose.