Discussion:
[opencms-dev] Survey: How do you develop and deploy OpenCms modules?
Kai Widmann
2014-08-28 11:26:14 UTC
Permalink
Hello to all OpenCms developers,

at the OpenCms Days 2014 we'll be holding a session that outlines how we at mediaworx do OpenCms module development and deployment using IntelliJ, Maven and Jenkins.
In preparation I would like to find out how other OpenCms developers are approaching that task, so I've assembled some questions I'd like to ask you all. Every reply would be of great value to us (and probably to other developers) and everyone sharing his answers will be mentioned in the "Thank You" section of our slides.

So let's head straight to the questions.

- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ, NetBeans, Text Editor, ...)?
- Would you prefer another IDE that you can't use because of any restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE would you like to use?
- How do you sync your module resources from your IDE to the OpenCms VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share, Cut & Paste)?
- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ...)?
- How do you build module classes (e.g. javac, integrated IDE build system, Maven, Gradle, ...)?
- How do you package your modules to module zips (e.g. manual module export from OpenCms, IDE plugin, Maven, Gradle, ...)?
- How do you deploy modules to integration and/or production environments (e.g. manual import of module zips in OpenCms, copy & paste of changed resources, automated deployment using CI, ...)?
- Do you use Continuous Integration for OpenCms modules and if yes, what tools do you use (e.g. Jenkins, Hudson, Bamboo, ...)?

A big thank you in advance to everyone willing to reply!

Cheers

Kai Widmann

_______________________________________________

Kai Widmann
mediaworx berlin AG

Fon (0 30) 2 75 80 - 262
Fax (0 30) 2 75 80 - 200

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140828/5a795726/attachment.html>
Eugen Melnichuk
2014-08-28 14:50:39 UTC
Permalink
Hi Kai,

What IDE do you use to edit your module resources

Eclipse


Would you prefer another IDE

nope, Eclipse works fine for me. our OpenCMS-stuff is done by the
build-system not the IDE. This way everybody can use his prefered IDE...
but as we all know Eclipse works best :)


How do you sync your module resources from your IDE to the OpenCms VFS and
vice versa.
i use CmsShell to import the modules. some of my colleagues prefer the
HTTP-upload in workplace. In general we do not sync back from OpenCMS.
things like manifest.xml and co. are generated by the build. module
structure for new projects is generated by the build too.


Do you use a version control system and if yes, which (eg. Git, svn, CVS,
?)?
svn and git


How do you build module classes

gradle


How do you package your modules to module zips

newer projects use gradle... older ones use maven+ant


How do you deploy modules to integration and/or production environments

we use XLDeploy(http://xebialabs.com/products/xl-deploy). we have done it
by-hand in the past, but the amount of problems associated with humans
doing things by-hand was annoying :)


Do you use Continuous Integration for OpenCms modules and if yes, what
tools do you use
we use Jenkins, but do no utilze it fully... it just builds our packages,
runs our tests and uploads the deployment packages.


i look forward to your talk.


see your in cologne,

Eugen




codecentric AG | Merscheider Stra?e 1 | 42699 Solingen | Deutschland
tel: +49 (0) 212 23362831 | fax: +49 (0) 212 23362879 | mobil: +49 (0) 175
2244073
www.codecentric.de | blog.codecentric.de | www.meettheexperts.de |
www.more4fi.de

Sitz der Gesellschaft: Solingen | HRB 25917| Amtsgericht Wuppertal
Vorstand: Michael Hochg?rtel . Mirko Novakovic . Rainer Vehns
Aufsichtsrat: Patric Fedlmeier (Vorsitzender) . Klaus J?ger . J?rgen Sch?tz

Diese E-Mail einschlie?lich evtl. beigef?gter Dateien enth?lt vertrauliche
und/oder rechtlich gesch?tzte Informationen. Wenn Sie nicht der richtige
Adressat sind oder diese E-Mail irrt?mlich erhalten haben, informieren Sie
bitte sofort den Absender und l?schen Sie diese E-Mail und evtl.
beigef?gter Dateien umgehend. Das unerlaubte Kopieren, Nutzen oder ?ffnen
evtl. beigef?gter Dateien sowie die unbefugte Weitergabe dieser E-Mail ist
nicht gestattet.
Hello to all OpenCms developers,
at the OpenCms Days 2014 we?ll be holding a session that outlines how we
at mediaworx do OpenCms module development and deployment using IntelliJ,
Maven and Jenkins.
In preparation I would like to find out how other OpenCms developers are
approaching that task, so I?ve assembled some questions I?d like to ask you
all. Every reply would be of great value to us (and probably to other
developers) and everyone sharing his answers will be mentioned in the
?Thank You? section of our slides.
So let?s head straight to the questions.
- What IDE do you use to edit your module resources (e.g. Eclipse,
IntelliJ, NetBeans, Text Editor, ?)?
- Would you prefer another IDE that you can?t use because of any
restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE
would you like to use?
- How do you sync your module resources from your IDE to the OpenCms VFS
and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network
Share, Cut & Paste)?
- Do you use a version control system and if yes, which (eg. Git, svn,
CVS, ?)?
- How do you build module classes (e.g. javac, integrated IDE build
system, Maven, Gradle, ?)?
- How do you package your modules to module zips (e.g. manual module
export from OpenCms, IDE plugin, Maven, Gradle, ?)?
- How do you deploy modules to integration and/or production environments
(e.g. manual import of module zips in OpenCms, copy & paste of changed
resources, automated deployment using CI, ?)?
- Do you use Continuous Integration for OpenCms modules and if yes, what
tools do you use (e.g. Jenkins, Hudson, Bamboo, ?)?
A big thank you in advance to everyone willing to reply!
Cheers
Kai Widmann
_______________________________________________
Kai Widmann
mediaworx berlin AG
Fon (0 30) 2 75 80 ? 262
Fax (0 30) 2 75 80 ? 200
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140828/02ddc515/attachment.html>
Schliemann, Kai
2014-08-28 17:14:41 UTC
Permalink
Hi Kai,
this are my or better the comundus answers:
- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ, NetBeans, Text Editor, ...)?
--Eclipse
- Would you prefer another IDE that you can't use because of any restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE would you like to use?
--No.
- How do you sync your module resources from your IDE to the OpenCms VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share, Cut & Paste)?
--we are using the OpenCms Maven-Plugin developed by ourselves which is Open Source and hosted on Github (https://github.com/comundus/vfs-maven-plugin). On http://opencms-maven.comundus.com/documentation/ is a very well written documentation on how to do the initial setup. So once you have done this, the main steps during the development process is the use of the maven goal mvn:sync. Usually you have one Eclipse project for each of your custom OpenCms modules.
This goal does almost the same as the built in OpenCms syncronisation. Here are some details:
+All files from the VFS are written / updated from / to the real file system (RFS).
+the metadata like properties, create date, modification date, permissions are written to a separate folder tree (vfs-metadata). This tree contains exactly the same file and folder structure as the vfs tree. All files have an additional suffix .xml (because they are xml files).
+ so you can change files in OpenCms or in Eclipse. When calling mvn:sync, the files and folders are syncronised. We are using this mechanism since OpenCms 7 and we are happy with it. Especially what the versioning of the VFS resources is concerned.
- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ...)?
-- we use SVN. But for the OpenCms Maven plugin it doesn't matter, which one you use.
- How do you build module classes (e.g. javac, integrated IDE build system, Maven, Gradle, ...)?
--Maven
- How do you package your modules to module zips (e.g. manual module export from OpenCms, IDE plugin, Maven, Gradle, ...)?
--A combination of Maven, Ant and OpenCms Shell. We have Maven profile which gets the information it needs from an Ant script. The Ant script executes a cms shell script file. In the end, we have release package, which can be (manually) deployed to test or production environments. We do NOT need this for every development. There is no need to create a module zip, every time you changed code in your JSP, XML schema or CSS file.
- How do you deploy modules to integration and/or production environments (e.g. manual import of module zips in OpenCms, copy & paste of changed resources, automated deployment using CI, ...)?
--A combination of Maven, Ant and OpenCms Shell. We have Maven profile which gets the information it needs from an Ant script. The Ant script executes a cms shell script file. In the end, we have release package, which can be (manually) deployed to integration or production environments. For our internal test environment we use Jenkins. It does a complete build after each checkin.
- Do you use Continuous Integration for OpenCms modules and if yes, what tools do you use (e.g. Jenkins, Hudson, Bamboo, ...)?
--Yes, as written above. But we are not using it just for the modules. The complete OpenCms is built by Jenkins.

Additional info:
-We thought about doing automatic deployment to integration or production servers, but didn't go into detail, because we think we are losing too much control. But this is surely discussable. Currently our release package is good enough for us. It includes an installation guide, which even allows us to give the package to our customer and let them do the installation. That is the case, when we do not have remote access to their system.
-We are using the /org/opencms/main/version.properties file to write our release version into it. So we can check the version when calling the workspace login page (.../system/login/). The version comes from the pom of the maven parent.

I hope this helps you.

Looking forward to seeing you and hearing your talk at the OpenCms Days.

Best regards
________________________________________

Kai Schliemann
Dipl.-Wirtschaftsingenieur (FH)
Teamleiter Softwareentwicklung

comundus GmbH
Sch?ttelgrabenring 3, D-71332 Waiblingen
Zentrale +49 7151-94421-10
Durchwahl +49 7151-94421-20
Fax +49 7151-94421-39
E-Mail k.schliemann at comundus.com<mailto:k.schliemann at comundus.com>
Internet www.comundus.com<http://www.comundus.com/>

Gesch?ftsf?hrer Klaus Hillemeier
Amtsgericht Stuttgart, HRB 264290

comundus ist ein Unternehmen der IT EXCELLENCE Group
________________________________________

[facebook]<http://www.facebook.com/pages/Comundus-GmbH/163398933697079?v=wall> comundus bei Facebook



Von: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] Im Auftrag von Kai Widmann
Gesendet: Donnerstag, 28. August 2014 13:26
An: opencms-dev at opencms.org
Betreff: [opencms-dev] Survey: How do you develop and deploy OpenCms modules?

Hello to all OpenCms developers,

at the OpenCms Days 2014 we'll be holding a session that outlines how we at mediaworx do OpenCms module development and deployment using IntelliJ, Maven and Jenkins.
In preparation I would like to find out how other OpenCms developers are approaching that task, so I've assembled some questions I'd like to ask you all. Every reply would be of great value to us (and probably to other developers) and everyone sharing his answers will be mentioned in the "Thank You" section of our slides.

So let's head straight to the questions.

- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ, NetBeans, Text Editor, ...)?
- Would you prefer another IDE that you can't use because of any restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE would you like to use?
- How do you sync your module resources from your IDE to the OpenCms VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share, Cut & Paste)?
- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ...)?
- How do you build module classes (e.g. javac, integrated IDE build system, Maven, Gradle, ...)?
- How do you package your modules to module zips (e.g. manual module export from OpenCms, IDE plugin, Maven, Gradle, ...)?
- How do you deploy modules to integration and/or production environments (e.g. manual import of module zips in OpenCms, copy & paste of changed resources, automated deployment using CI, ...)?
- Do you use Continuous Integration for OpenCms modules and if yes, what tools do you use (e.g. Jenkins, Hudson, Bamboo, ...)?

A big thank you in advance to everyone willing to reply!

Cheers

Kai Widmann

_______________________________________________

Kai Widmann
mediaworx berlin AG

Fon (0 30) 2 75 80 - 262
Fax (0 30) 2 75 80 - 200

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140828/1bd894aa/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 725 bytes
Desc: image001.jpg
URL: <Loading Image...>
Thomas
2014-08-28 19:46:04 UTC
Permalink
Post by Kai Widmann
Hello to all OpenCms developers,
?
at the OpenCms Days 2014 we?ll be holding a session that outlines how we
at mediaworx do OpenCms module development and deployment using IntelliJ,
Maven and Jenkins.
Post by Kai Widmann
In preparation I would like to find out how other OpenCms developers are
approaching that task, so I?ve assembled some questions I?d like to ask you
all. Every reply would be of great value to us (and probably to other
developers) and everyone sharing his answers will be mentioned in the ?Thank
You? section of our slides.
Post by Kai Widmann
?
So let?s head straight to the questions.
?
- What IDE do you use to edit your module resources (e.g. Eclipse,
IntelliJ, NetBeans, Text Editor, ?)?
Post by Kai Widmann
- Would you prefer another IDE that you can?t use because of any
restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE
would you like to use?
Post by Kai Widmann
- How do you sync your module resources from your IDE to the OpenCms VFS
and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network
Share, Cut & Paste)?
Post by Kai Widmann
- Do you use a version control system and if yes, which (eg. Git, svn,
CVS, ?)?
Post by Kai Widmann
- How do you build module classes (e.g. javac, integrated IDE build
system, Maven, Gradle, ?)?
Post by Kai Widmann
- How do you package your modules to module zips (e.g. manual module
export from OpenCms, IDE plugin, Maven,? Gradle, ?)?
Post by Kai Widmann
- How do you deploy modules to integration and/or production environments
(e.g. manual import of module zips in OpenCms, copy & paste of changed
resources, automated deployment using CI, ?)?
Post by Kai Widmann
- Do you use Continuous Integration for OpenCms modules and if yes, what
tools do you use (e.g. Jenkins, Hudson, Bamboo, ?)?
Post by Kai Widmann
?
A big thank you in advance to everyone willing to reply!
?
Cheers
?
Kai Widmann
?
_______________________________________________
?
Kai Widmann
mediaworx berlin AG
?
Fon (0 30) 2 75 80 ? 262
Fax (0 30) 2 75 80 ? 200
?
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ,
NetBeans, Text Editor, ?)?
Netbeans

- Would you prefer another IDE that you can?t use because of any
restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE
would you like to use?
No

- How do you sync your module resources from your IDE to the OpenCms VFS and
vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share,
Cut & Paste)?
We have written a plugin for Netbeans
(https://github.com/componio/nbDriva), which uses internally the CmsShell
for the synchronization with extended methods for the creation of modules.
In addition we have implemented a one-way-synchronization procedure over CMIS.

- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ?)?
svn and Git

- How do you build module classes (e.g. javac, integrated IDE build system,
Maven, Gradle, ?)?
Ant

- How do you package your modules to module zips (e.g. manual module export
from OpenCms, IDE plugin, Maven, Gradle, ?)?
We are using Ant, which uses the CmsShell to export a module and copies it
back into our project structure.

- How do you deploy modules to integration and/or production environments
(e.g. manual import of module zips in OpenCms, copy & paste of changed
resources, automated deployment using CI, ?)?
x

- Do you use Continuous Integration for OpenCms modules and if yes, what
tools do you use (e.g. Jenkins, Hudson, Bamboo, ?)?
We're planning to use Jenkins.

Greetings
Thomas
Paul-Inge Flakstad
2014-08-29 08:23:44 UTC
Permalink
Hi Kai,

- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ, NetBeans, Text Editor, ...)?
NetBeans, and typically also Dreamweaver for CSS/JS. Have used Eclipse as well, but not .

- Would you prefer another IDE that you can't use because of any restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE would you like to use?
What I do today works for me, but I'm open to trying any IDE - especially if it works well with OpenCms.

- How do you sync your module resources from your IDE to the OpenCms VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share, Cut & Paste)?
Copy-paste :)

- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ...)?
SVN. About to start with Git.

- How do you build module classes (e.g. javac, integrated IDE build system, Maven, Gradle, ...)?
Integrated IDE build system.

- How do you package your modules to module zips (e.g. manual module export from OpenCms, IDE plugin, Maven, Gradle, ...)?
Manual module export from OpenCms.

- How do you deploy modules to integration and/or production environments (e.g. manual import of module zips in OpenCms, copy & paste of changed resources, automated deployment using CI, ...)?
Manual import of module zips in OpenCms. For small changes I sometimes copy-paste. Depends really.

- Do you use Continuous Integration for OpenCms modules and if yes, what tools do you use (e.g. Jenkins, Hudson, Bamboo, ...)?
Nope.

Cheers,
Paul

From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Kai Widmann
Sent: 28. august 2014 13:26
To: opencms-dev at opencms.org
Subject: [opencms-dev] Survey: How do you develop and deploy OpenCms modules?

Hello to all OpenCms developers,

at the OpenCms Days 2014 we'll be holding a session that outlines how we at mediaworx do OpenCms module development and deployment using IntelliJ, Maven and Jenkins.
In preparation I would like to find out how other OpenCms developers are approaching that task, so I've assembled some questions I'd like to ask you all. Every reply would be of great value to us (and probably to other developers) and everyone sharing his answers will be mentioned in the "Thank You" section of our slides.

So let's head straight to the questions.

- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ, NetBeans, Text Editor, ...)?
- Would you prefer another IDE that you can't use because of any restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE would you like to use?
- How do you sync your module resources from your IDE to the OpenCms VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share, Cut & Paste)?
- Do you use a version control system and if yes, which (eg. Git, svn, CVS, ...)?
- How do you build module classes (e.g. javac, integrated IDE build system, Maven, Gradle, ...)?
- How do you package your modules to module zips (e.g. manual module export from OpenCms, IDE plugin, Maven, Gradle, ...)?
- How do you deploy modules to integration and/or production environments (e.g. manual import of module zips in OpenCms, copy & paste of changed resources, automated deployment using CI, ...)?
- Do you use Continuous Integration for OpenCms modules and if yes, what tools do you use (e.g. Jenkins, Hudson, Bamboo, ...)?

A big thank you in advance to everyone willing to reply!

Cheers

Kai Widmann

_______________________________________________

Kai Widmann
mediaworx berlin AG

Fon (0 30) 2 75 80 - 262
Fax (0 30) 2 75 80 - 200

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140829/658dcc56/attachment.html>
fhsubscriptions
2014-09-01 20:17:12 UTC
Permalink
Hi Kai,
Post by Kai Widmann
- What IDE do you use to edit your module resources (e.g. Eclipse,
IntelliJ, NetBeans, Text Editor, ?)?
NetBeans together with an inhouse developed NetBeans plug-in (nbDriva,
open source, @see https://github.com/componio/nbdriva) together with the
CmsShell
Post by Kai Widmann
- Would you prefer another IDE that you can?t use because of any
restrictions (e.g. missing OpenCms VFS sync capability)? If so, which
IDE would you like to use?
None
Post by Kai Widmann
- How do you sync your module resources from your IDE to the OpenCms
VFS and vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav,
Network Share, Cut & Paste)?
We are using our inhouse developed plug-in nbDriva
Post by Kai Widmann
- Do you use a version control system and if yes, which (eg. Git, svn,
CVS, ?)?
svn and Git
Post by Kai Widmann
- How do you build module classes (e.g. javac, integrated IDE build
system, Maven, Gradle, ?)?
NetBeans projects together with ANT and the IDE integrated feature "sync
module" feature from our plug-in via the CmsShell
Post by Kai Widmann
- How do you package your modules to module zips (e.g. manual module
export from OpenCms, IDE plugin, Maven, Gradle, ?)?
IDE integrated feature "reverse sync" offered by our plug-in to export
modules from OpenCms via the CmsShell
Post by Kai Widmann
- How do you deploy modules to integration and/or production
environments (e.g. manual import of module zips in OpenCms, copy &
paste of changed resources, automated deployment using CI, ?)?
IDE integrated feature "sync/import module(s)" from our plug-in to
import modules from the IDE/RFS to OpenCms via the CmsShell
Post by Kai Widmann
- Do you use Continuous Integration for OpenCms modules and if yes,
what tools do you use (e.g. Jenkins, Hudson, Bamboo, ?)?
Yes, we are using Jenkins and are still tryting to find the best way to
test scriplet code (e.g. OpenCms VFS stored JSPs) properly.
May be you can shed a light how mediaworx tackles this.


Kind regards


\Fabian
---
componio GmbH
http://www.componio.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140901/aabd90a3/attachment.html>
Stephan Hartmann
2014-09-04 19:41:55 UTC
Permalink
Hi Kai
Post by Kai Widmann
- What IDE do you use to edit your module resources (e.g. Eclipse, IntelliJ,
NetBeans, Text Editor, ?)?
Eclipse
Post by Kai Widmann
- Would you prefer another IDE that you can?t use because of any
restrictions (e.g. missing OpenCms VFS sync capability)? If so, which IDE
would you like to use?
No. Having that said my approach is IDE agnostic - it is not
implemented as an IDE-specific extension but as an OpenCms extension
Post by Kai Widmann
- How do you sync your module resources from your IDE to the OpenCms VFS and
vice versa (e.g. IDE plugin, OpenCms Synchronization, WebDav, Network Share,
Cut & Paste)?
I've written an OpenCms VFS driver that maps RFS resources (files from
the hard drive) into OpenCms.
https://github.com/stephan-hartmann/opencms-rfs-driver
There is no synchronization process at all. Create a new file in your
IDE and it is in OpenCms.
JSPs are served by a new JSP loader (-> easy to debug in your IDE),
binary files (almost no size limit!) by an improved Dump loader that
supports streaming and partial content requests.
Post by Kai Widmann
- Do you use a version control system and if yes, which (eg. Git, svn, CVS,
?)?
Git, SVN
Post by Kai Widmann
- How do you build module classes (e.g. javac, integrated IDE build system,
Maven, Gradle, ?)?
IDE build system and/or Ant tasks
Post by Kai Widmann
- How do you package your modules to module zips (e.g. manual module export
from OpenCms, IDE plugin, Maven, Gradle, ?)?
Can leave it unzipped in the RFS
Post by Kai Widmann
- How do you deploy modules to integration and/or production environments
(e.g. manual import of module zips in OpenCms, copy & paste of changed
resources, automated deployment using CI, ?)?
check-out unzipped from Git
Post by Kai Widmann
- Do you use Continuous Integration for OpenCms modules and if yes, what
tools do you use (e.g. Jenkins, Hudson, Bamboo, ?)?
Cruisecontrol


Best regards,
Stephan
Post by Kai Widmann
A big thank you in advance to everyone willing to reply!
Cheers
Kai Widmann
_______________________________________________
Kai Widmann
mediaworx berlin AG
Fon (0 30) 2 75 80 ? 262
Fax (0 30) 2 75 80 ? 200
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
Loading...