Sign inSign up

derlin/wed-live

By derlin

Updated almost 11 years ago

Wedding Site -- SI mini projet

Image
0

972

derlin/wed-live repository overview

Mini-projet de Systèmes d'informations (3e année, janvier 2015).

Glassfish faisant tourner un war (WeddingSiteApp.war). Site:

  • single site avec Angularjs pour faire des cadeaux de mariage et laisser un commentaire dans le guest book
  • single admin page pour gérer les cadeaux

Le tout avec un service REST et JPA côté serveur.

Pour utiliser le container: docker run -v path/to/autodeploy/folder:/opt/oracle/glassfish4/glassfish/domains/domain1/autodeploy/ -p 8080:8080 -p 1527:1527 -p 4848:4848 derlin/wed-live:latest

Pour netbeans:

In project.properties file must add a reference for your end folder war.custom.dir=/path/to/autodeploy/folder/

Then, in your build.xml file should add this chunk of code:

Pour lancer un terminal alors que le container tourne: docker ps docker exec -ti bash

Tag summary

Content type

Image

Digest

sha256:7a75303c8

Size

379.6 MB

Last updated

almost 11 years ago

docker pull derlin/wed-live