ClÃÂément Moyroud
163863ac0b
Allow running on the Openshift platform
...
A few changes are necessary for the best out-of-the-box experience on Docker-based application
platforms such as OpenShift:
1. For security purposes, they run the containers as non-root. Before this change, the user was
trying to write to the home dir, which is set to /root by default.
2. Deploy time is limited, and the download of dependencies by Jetty at start-up time, while
convenient for testing, causes timeouts when deploying. a WAR is now created during
Docker image creation, and as a result starting up the container is really fast now.
In addition, it is now possible to enable debug logging for Jetty by uncommenting the
relevant line in the Dockerfile.
2017-04-25 16:18:11 -07:00
Ducatel David
78468f3ddd
Update readme on docker part
2017-04-25 14:55:02 +02:00
Ducatel David
2278fb7309
Update docker file to use war builded by travis
2017-04-25 14:53:23 +02:00
Ducatel David
dcc1b86298
Update travis to automatically build docker image
2017-04-25 14:52:01 +02:00
arnaudroques
4cf9465d04
Merge pull request #39 from thiyagaraj/thiyagaraj-readme-patch1
...
Fixed typo in docker command
2017-04-24 19:28:04 +02:00
Thiyagaraj Krishna
6c06d1f88e
Fixed typo in docker command
...
Added a note to also run "mvn package" prior to the docker build
2017-04-24 12:16:12 -04:00
arnaudroques
0c13d2d364
Merge pull request #38 from thiyagaraj/master
...
Renamed tomcat8 dockerfile to match README
2017-04-24 10:43:56 +02:00
Thiyag Krishna
9e7679508e
removed previous file
2017-04-23 22:05:01 -04:00
Thiyag Krishna
71d6f78763
renamed file to match instructions
2017-04-23 22:03:38 -04:00
Arnaud Roques
e12c8e6661
Restore Added support for running docker behind firewall
2017-04-21 22:54:59 +02:00
Arnaud Roques
4c320c39c2
Restore Added support for running docker behind firewall
2017-04-21 22:53:01 +02:00
Arnaud Roques
d7a8a7e698
Running PlantUML as ROOT.war
2017-04-21 22:38:08 +02:00
Arnaud Roques
f37bbe9d41
version 2017.11
2017-04-19 21:41:42 +02:00
Arnaud Roques
67e9aeb992
version 2017.09
2017-04-05 21:57:35 +02:00
arnaudroques
8735b22339
Merge pull request #31 from intraworlds/master
...
Add missing graphviz
2017-03-08 11:29:09 +01:00
Ondrej Esler
17522de1ee
add missing graphviz
2017-03-07 16:10:36 +01:00
arnaudroques
7e7ab0f676
Merge pull request #30 from marcelhuberfoo/master
...
Use x-forwarded-proto as scheme value if available
2017-02-25 19:31:06 +01:00
Marcel Huber
bd927863fe
Use x-forwarded-proto as scheme value if available
...
allows transparent usage behind reverse proxy
2017-02-24 10:24:51 +01:00
arnaudroques
b1dbb8f0cd
Merge pull request #29 from Mendor/dockerize
...
Add simple Dockerfile.
2017-01-26 10:03:33 +01:00
Mendor
39c8589c52
Add simple Dockerfile
2017-01-26 09:32:35 +02:00
arnaudroques
69c1098299
Merge pull request #28 from je2ryw/master
...
fixed the codemirror resource loading issue.
2017-01-20 16:12:26 +01:00
Jerry Wang
d1f1d0b176
fixed the codemirror resource loading issue.
2017-01-18 19:52:09 -05:00
Arnaud Roques
8be5f6284e
HTTP redirect after POST
2016-05-18 22:57:56 +02:00
Arnaud Roques
8737cea8e6
HTTP redirect after POST
2016-05-18 22:55:16 +02:00
Arnaud Roques
85699130d0
HTTP redirect after POST
2016-05-18 22:49:58 +02:00
Arnaud Roques
94fb4cd383
HTTP redirect after POST
2016-05-18 22:45:58 +02:00
arnaudroques
e7ed068417
Fix format management
2015-12-10 19:38:37 +01:00
Maxime Sinclair
f348627e84
Merge branch 'halindrome-proxy-format'
2015-12-10 17:24:14 +01:00
Maxime Sinclair
d3e42fd17a
Parameter 'format' changed to 'fmt'
...
and System.out deletion
2015-12-10 16:43:56 +01:00
Shane McCarron
d21bb445f8
Added support for specifying format to proxy
...
The proxy servlet only could generate PNG. Should be possible to
proxy the other supported formats too.
2015-12-07 09:49:17 -06:00
Maxime Sinclair
a785860f36
Merge pull request #16 from ftomassetti/readme
...
Add a screenshot in the README file
2015-03-29 23:52:13 +02:00
Federico Tomassetti
f29e061283
Adding a screenshot in the README
2015-03-29 19:12:21 +01:00
Federico Tomassetti
21e60af73b
Add a screenshot
2015-03-29 18:59:42 +01:00
maximesinclair
e08b3dc174
[TASK] Merge branch 'slavisah-portconfig'
2015-02-14 22:52:14 +01:00
maximesinclair
d4d39566bc
[TASK] Return to default 8080 port
2015-02-14 22:47:14 +01:00
slavisah
37dda037ad
server port customization option
2015-02-14 22:31:58 +01:00
Maxime Sinclair
818ed2c660
Merge pull request #14 from slavisah/readmeupdate
...
instructions how app can be started on custom jetty port
2015-02-14 21:21:55 +01:00
slavisah
2ea547596d
added alternative app starting with custom jetty port
2015-02-11 11:01:26 +01:00
Stefan Rotman
a2fc304afe
Add GPLv3 License
2014-11-27 10:06:30 +01:00
maximesinclair
1111c69cf7
[BUGFIX] Image check is more accurate
2014-05-14 23:52:41 +02:00
maximesinclair
b6f9ff848a
[BUGFIX#8] Broken url generated in HTTPS context
2014-05-14 23:49:51 +02:00
Maxime Sinclair
0318f485b7
[BUGFIX] Servlet init fixed
2014-03-05 14:32:20 +01:00
maximesinclair
712c8128ef
[FEATURE] Addition of the Fork Me ribbon
2014-03-03 23:17:31 +01:00
maximesinclair
cce71525b8
[TASK] Polish
2014-03-03 22:39:33 +01:00
maximesinclair
e01e0fdb6e
[FEATURE] Style update required by CodeMirror
2014-02-28 23:21:58 +01:00
maximesinclair
69fbe5d2b8
[FEATURE] CodeMirror first basic implementation
2014-02-19 23:37:33 +01:00
maximesinclair
9ca32c8d22
[FEATURE] Draft of the Check Syntax service
2014-02-15 19:20:34 +01:00
maximesinclair
9401ab4a61
[FEATURE] Checkstyle violations fail the Build
2014-02-15 19:20:32 +01:00
maximesinclair
d51bbd4d13
[TASK] Ignore eclipse checkstyle plugin file
2014-02-15 19:20:30 +01:00
Maxime Sinclair
fd2b6e7c02
[TASK] Checkstyle report and mvn site configuration
2014-02-06 18:28:06 +01:00