[Dancer-users] Dancer + bootstrap + font-awesome template

Assaf Gordon gordon at cshl.edu
Sat May 26 00:05:40 CEST 2012


Another dancer feature I always needed: a quick way to generate the server configuration for apache - the Dancing Deployment Wizard :)
   http://cowbell.cancan.cshl.edu/dispatch.cgi/deploy

I filled only the apache stubs, if you know how to configure other servers, you're welcomed to add those.
(Also - there are many many more combinations of apache parameters, I've only used the most common ones).

-gordon



sawyer x wrote, On 05/25/2012 07:58 AM:
> Awesome stuff, Assaf!
> 
> I wrote a post about it.
> 
> On Fri, May 25, 2012 at 12:35 PM, damien krotkine <dkrotkine at gmail.com <mailto:dkrotkine at gmail.com>> wrote:
> 
>     On 25 May 2012 10:34, Naveed Massjouni <naveedm9 at gmail.com <mailto:naveedm9 at gmail.com>> wrote:
>     > Someone had an idea to support something like:
>     >    dancer -a myapp --layout Bootstrap
>     > That would somehow use the third party module
>     > Dancer::Layout::Bootstrap to generate the layout file.
>     > See: https://github.com/Corion/dancer-layout-bootstrap
> 
>     Ah yes. This needs integrating and supported in the next Dancer
>     version. I'll make sure that's done quickly :)
> 
> 
>     >
>     > Another thing we could do is just support it in the core via:
>     >    dancer -a myapp --layout bootstrap
>     > Though this approach is not as flexible.
>     >
>     > -Naveed
>     >
>     > On Fri, May 25, 2012 at 4:28 AM, Stéphane Wenric <s.wenric at gmail.com <mailto:s.wenric at gmail.com>> wrote:
>     >> Perhaps an ideal way of doing this would be to define some sort of
>     >> configuration file which should be used as input of dancer -a.
>     >> In it would be defined the kind of commands needed to do the stuff that
>     >> gordon's script (which is a great idea btw) does.
>     >>
>     >> Steph
>     >>
>     >>
>     >> 2012/5/25 damien krotkine <dkrotkine at gmail.com <mailto:dkrotkine at gmail.com>>
>     >>>
>     >>> That looks just awesome !
>     >>>
>     >>> We need to have dancer -a be flexible and allow to generate different
>     >>> kind of application
>     >>>
>     >>> On 25 May 2012 04:44, Assaf Gordon <gordon at cshl.edu <mailto:gordon at cshl.edu>> wrote:
>     >>> > Hello Dancers,
>     >>> >
>     >>> > I recently found myself starting couple of Dancer applications from
>     >>> > scratch, and every time had to go through the same motions: Enable
>     >>> > Template::Toolkit, update JQuery, add Twitter's Bootstrap, add Font-Awesome,
>     >>> > update layout, etc.
>     >>> >
>     >>> >
>     >>> > So I created a new template - perhaps other interested parties can use
>     >>> > it to start dancing even faster.
>     >>> >
>     >>> > It starts a template just like "dancer -a", but with bootstrap +
>     >>> > font-awesome already integrated (and two script to easily upgrade both).
>     >>> >
>     >>> > See it here:
>     >>> >  http://cowbell.cancan.cshl.edu/
>     >>> >  https://github.com/agordon/dancer_bootstrap_fontawesome_template
>     >>> >
>     >>> > Comments are welcomed.
>     >>> >  -gordon
>     >>> >
>     >>> >
>     >>> > _______________________________________________
>     >>> > Dancer-users mailing list
>     >>> > Dancer-users at perldancer.org <mailto:Dancer-users at perldancer.org>
>     >>> > http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
>     >>> _______________________________________________
>     >>> Dancer-users mailing list
>     >>> Dancer-users at perldancer.org <mailto:Dancer-users at perldancer.org>
>     >>> http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
>     >>
>     >>
>     >> _______________________________________________
>     >> Dancer-users mailing list
>     >> Dancer-users at perldancer.org <mailto:Dancer-users at perldancer.org>
>     >> http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
>     >>
>     _______________________________________________
>     Dancer-users mailing list
>     Dancer-users at perldancer.org <mailto:Dancer-users at perldancer.org>
>     http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
> 
> 




More information about the Dancer-users mailing list