Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

QubitPi/elide-quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Build Badge Build Status License Badge

elide-standalone docker image

You got this awesome tutorial out there which teaches you how to set up a simple Elide.

Two days later you accidentally trashed & deleted your code and "Oops..."

Well you really don't want to repeat it again especially you got only 3 minutes left before demoing your code to your manager, but you probably got few seconds to do little copy & paste like this

docker pull qubitpi/elide-quick
docker run --name elide -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=elide -e MYSQL_USER=elide -e MYSQL_PASSWORD=elide123 -p 8080:8080 -d qubitpi/elide-quick
docker exec -it elide bash

And lastly inside container:

cd /elide-quick && mvn clean package && cd target && java -jar ElideQuick-1.0-SNAPSHOT.jar

There you go. Here is how you can spin up an elide-standalone using just few quick seconds(Did I just save your job?). Enjoy!

Database should be accessible inside container via

mysql -h localhost -u elide -p
elide123

License

The use and distribution terms for this software are covered by the Apache License, Version 2.0 ( http://www.apache.org/licenses/LICENSE-2.0.html ).

About

elide-standalone Docker Image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published