Skip to content

Instantly share code, notes, and snippets.

@jmewes

jmewes/notes.md Secret

Created November 27, 2018 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmewes/b623de4c6f3efa8d2a8b12aec1ec9613 to your computer and use it in GitHub Desktop.
Save jmewes/b623de4c6f3efa8d2a8b12aec1ec9613 to your computer and use it in GitHub Desktop.
Starting Bootstrap sample repo
# https://github.com/l0rdn1kk0n/wicket-bootstrap/tree/wicket-8.x-bootstrap-4.x
cd ./wicket-bootstrap
mvn install
cd ./bootstrap-samples
mvn install
cp ./target/demo.war ~/bin/apache-tomcat-9.0.13/webapps/bootstrap.war
# https://tomcat.apache.org/download-90.cgi
cd bin/apache-tomcat-9.0.13/
cd bin/
chmod +x *
./catalina.sh start

open http://localhost:8080/bootstrap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment