Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 759 Bytes

README.MD

File metadata and controls

26 lines (18 loc) · 759 Bytes

Snippet web application

What it can be used for?

It can be used for management of your code snippets, diagrams and other small stuff that is not a really complete application.

Prerequisites

Java 1.9+, Maven 3.2.3+, Docker.

How to run?

Simply execute ./run.sh.

It will create and initialize a docker container for Postgres DB if executed for the first time. It will also ask you to create an admin user to be used for Snippet.

Point your browser to localhost://8080 if not done automatically.

Stop application

Execute ./stop-server.sh to stop java server or simply kill a process.

Cleanup

Run ./destroy.sh to stop the application and remove Postgres Docker container.

License

Apache License 2.0