Lucee vagrant box

Hey guys,

One of the things that helped me get going with Railo quickly was the
availability of a Vagrant https://www.vagrantup.com/ box pre-configured
with centos, railo, tomcat, and apache
https://atlas.hashicorp.com/blueriver/boxes/centos-railo-tomcat-apache.
Do you guys see the value of setting up a Vagrant box for Lucee? I think
it’s a very powerful way to get new developers up and running quickly.

I would create it myself but I don’t have much experience in this area
(creating vagrant boxes/server administration), so wanted to put it out
there and get some thoughts.

Any insight welcome,
Brian

Hi Brian!

Check this: GitHub - mikesprague/vagrant-lemtl: Vagrant box with Linux, Nginx, MariaDB (or MySQL), Tomcat, and Lucee for local development with CFML and Java

But, I still haven’t tried.

EdOn Wed, Feb 18, 2015 at 5:18 PM, Brian FitzGerald <@Brian_FitzGerald> wrote:

Hey guys,

One of the things that helped me get going with Railo quickly was the
availability of a Vagrant https://www.vagrantup.com/ box pre-configured
with centos, railo, tomcat, and apache
https://atlas.hashicorp.com/blueriver/boxes/centos-railo-tomcat-apache.
Do you guys see the value of setting up a Vagrant box for Lucee? I think
it’s a very powerful way to get new developers up and running quickly.

I would create it myself but I don’t have much experience in this area
(creating vagrant boxes/server administration), so wanted to put it out
there and get some thoughts.

Any insight welcome,
Brian


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

Understood. Thanks everyone for the insight. I’ll take a look at Michael’s
configuration and start there.

Best,
BrianOn Wednesday, February 18, 2015 at 5:04:36 PM UTC-5, Brad Wood wrote:

I have used Michael’s Vagrant box and it worked great. I’m actually in
the process of making my own version of it right now. For instance, I
don’t care for putting all the Lucee jars in the WEB-INF/lib (even though
it’s more portal) so I have mine set up to add the jars to Tomcat, and
modify the default web.xml to add the servlet mappings. Using an installer
would probably be even easier, but I don’t think there’s a Lucee installer
yet so I’m just doing it manually. I’ll be setting mine up to use Apache
too.

I would recommend starting with Michael’s and modifying it to do what you
need. He just uses the “shell” provisioning which may not be quite as
slick as Chef, but it’s simple and easy to follow.

Thanks!

~Brad

On Wednesday, February 18, 2015 at 2:14:29 PM UTC-6, Michael Sprague wrote:

@Ed, thanks for the mentioning my Vagrant box.

@Brian I’ve had good luck with my Vagrant box but it’s using Ubuntu and
Nginx instead of CentOS like you mentioned. I was new to Vagrant when I
originally set it up so it may point you in the right direction if it
doesn’t meet your individual needs.

One note: currently cfspreadsheet isn’t working but will be replaced, and
the Github repo updated, today or tomorrow.

Mike

On Wed, Feb 18, 2015 at 2:38 PM, Edmilton Neves edmilto...@gmail.com wrote:

Hi Brian!

Check this: GitHub - mikesprague/vagrant-lemtl: Vagrant box with Linux, Nginx, MariaDB (or MySQL), Tomcat, and Lucee for local development with CFML and Java

But, I still haven’t tried.

Ed

On Wed, Feb 18, 2015 at 5:18 PM, Brian FitzGerald bmfitz...@gmail.com wrote:

Hey guys,

One of the things that helped me get going with Railo quickly was the
availability of a Vagrant https://www.vagrantup.com/ box
pre-configured with centos, railo, tomcat, and apache
https://atlas.hashicorp.com/blueriver/boxes/centos-railo-tomcat-apache.
Do you guys see the value of setting up a Vagrant box for Lucee? I think
it’s a very powerful way to get new developers up and running quickly.

I would create it myself but I don’t have much experience in this area
(creating vagrant boxes/server administration), so wanted to put it out
there and get some thoughts.

Any insight welcome,
Brian


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAHDimo5Usc-shn4M9D9OaEHmC84fEPYDTxwx3Kn1oq57oDoJhw%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAHDimo5Usc-shn4M9D9OaEHmC84fEPYDTxwx3Kn1oq57oDoJhw%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

For mine, I just took my Railo Vagrant box and used its silent installer,
then swapped the jars. This is basically just until the Lucee installer is
done.

CurtOn Wednesday, February 18, 2015 at 4:10:22 PM UTC-6, Brian FitzGerald wrote:

Understood. Thanks everyone for the insight. I’ll take a look at Michael’s
configuration and start there.

Best,
Brian

On Wednesday, February 18, 2015 at 5:04:36 PM UTC-5, Brad Wood wrote:

I have used Michael’s Vagrant box and it worked great. I’m actually in
the process of making my own version of it right now. For instance, I
don’t care for putting all the Lucee jars in the WEB-INF/lib (even though
it’s more portal) so I have mine set up to add the jars to Tomcat, and
modify the default web.xml to add the servlet mappings. Using an installer
would probably be even easier, but I don’t think there’s a Lucee installer
yet so I’m just doing it manually. I’ll be setting mine up to use Apache
too.

I would recommend starting with Michael’s and modifying it to do what you
need. He just uses the “shell” provisioning which may not be quite as
slick as Chef, but it’s simple and easy to follow.

Thanks!

~Brad

On Wednesday, February 18, 2015 at 2:14:29 PM UTC-6, Michael Sprague wrote:

@Ed, thanks for the mentioning my Vagrant box.

@Brian I’ve had good luck with my Vagrant box but it’s using Ubuntu and
Nginx instead of CentOS like you mentioned. I was new to Vagrant when I
originally set it up so it may point you in the right direction if it
doesn’t meet your individual needs.

One note: currently cfspreadsheet isn’t working but will be replaced,
and the Github repo updated, today or tomorrow.

Mike

On Wed, Feb 18, 2015 at 2:38 PM, Edmilton Neves edmilto...@gmail.com wrote:

Hi Brian!

Check this: GitHub - mikesprague/vagrant-lemtl: Vagrant box with Linux, Nginx, MariaDB (or MySQL), Tomcat, and Lucee for local development with CFML and Java

But, I still haven’t tried.

Ed

On Wed, Feb 18, 2015 at 5:18 PM, Brian FitzGerald bmfitz...@gmail.com wrote:

Hey guys,

One of the things that helped me get going with Railo quickly was the
availability of a Vagrant https://www.vagrantup.com/ box
pre-configured with centos, railo, tomcat, and apache
https://atlas.hashicorp.com/blueriver/boxes/centos-railo-tomcat-apache.
Do you guys see the value of setting up a Vagrant box for Lucee? I think
it’s a very powerful way to get new developers up and running quickly.

I would create it myself but I don’t have much experience in this area
(creating vagrant boxes/server administration), so wanted to put it out
there and get some thoughts.

Any insight welcome,
Brian


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com
https://groups.google.com/d/msgid/lucee/bbf1a318-5889-4e81-bf20-b611b105fe4b%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAHDimo5Usc-shn4M9D9OaEHmC84fEPYDTxwx3Kn1oq57oDoJhw%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAHDimo5Usc-shn4M9D9OaEHmC84fEPYDTxwx3Kn1oq57oDoJhw%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

Hi folks, was thinking about this too. Is anyone working on it?

Have you seen this:

Matches the apps I’d want, but the MySQL version is old, 5.1.