https://github.com/visallo/doc-examples
Example plugin projects used by documentation
https://github.com/visallo/doc-examples
documentation
Last synced: 9 months ago
JSON representation
Example plugin projects used by documentation
- Host: GitHub
- URL: https://github.com/visallo/doc-examples
- Owner: visallo
- Created: 2017-02-22T20:06:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:48:16.000Z (over 3 years ago)
- Last Synced: 2025-03-24T17:14:30.665Z (over 1 year ago)
- Topics: documentation
- Language: JavaScript
- Size: 1.95 MB
- Stars: 4
- Watchers: 6
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation Examples
This repository includes the example code that is extracted as snippets to Visallo documentation using [gitbook-plugin-github-embed](https://github.com/visallo/gitbook-plugin-github-embed).
To run Visallo with all plugins:
cp [VALID_VISALLO_LICENSE] _run/config/LICENSE
./run.sh
After startup the application is available at [https://localhost:8443](https://localhost:8443)
The login is any username with the same password.
## Developers
Requires Visallo jars installed in maven repository. In Visallo repo
mvn -T 1C install -DskipTests -Dmaven.javadoc.skip=true