Getting started with Perl Dancer on Digital Ocean
Hi, I've just finished an article explaining how to deploy a Dancer 2 based application: http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean Your comments would be welcome! regards Gabor
Yay!! Thanks so much Gabor. I can confirm that digital ocean behaves and performs extremely well. Both perlmonksflair.com and tryperl.com are *Dancer* apps that run on the cheapest droplet :) The service is really worth it. On Wed, Oct 9, 2013 at 2:34 PM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I've just finished an article explaining how to deploy a Dancer 2 based application:
http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean
Your comments would be welcome!
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
@Gabor Great guide! Please just make sure to explain to the reader how the user 'starman' was created. @Gideon I noticed the security warning in tryperl.com about Perl code execution. I guess the proper approach is to make it CPAN installable like Farabi and give the users the ability to run their own TryPerl rig. 2013/10/9 Gideon D'souza <gidisrael@gmail.com>
Yay!! Thanks so much Gabor.
I can confirm that digital ocean behaves and performs extremely well. Both perlmonksflair.com and tryperl.com are *Dancer* apps that run on the cheapest droplet :)
The service is really worth it.
On Wed, Oct 9, 2013 at 2:34 PM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I've just finished an article explaining how to deploy a Dancer 2 based application:
http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean
Your comments would be welcome!
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Hey Ahmad, Yes I was thinking about that, currently, the execution is just shut down currently so it's just an empty shell right now. But I'm still working hard on trying to still make it in the cloud. It's pushing me to study debuggers and jails, containers and the perl interpreter itself :D so it's a win-win On Wed, Oct 9, 2013 at 4:59 PM, Ahmad Zawawi <ahmad.zawawi@gmail.com> wrote:
@Gabor Great guide! Please just make sure to explain to the reader how the user 'starman' was created.
@Gideon I noticed the security warning in tryperl.com about Perl code execution. I guess the proper approach is to make it CPAN installable like Farabi and give the users the ability to run their own TryPerl rig.
2013/10/9 Gideon D'souza <gidisrael@gmail.com>
Yay!! Thanks so much Gabor.
I can confirm that digital ocean behaves and performs extremely well. Both perlmonksflair.com and tryperl.com are *Dancer* apps that run on the cheapest droplet :)
The service is really worth it.
On Wed, Oct 9, 2013 at 2:34 PM, Gabor Szabo <gabor@szabgab.com> wrote:
Hi,
I've just finished an article explaining how to deploy a Dancer 2 based application:
http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean
Your comments would be welcome!
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Thanks for the feedback! @Azawawi
Great guide! Please just make sure to explain to the reader how the user 'starman' was created. Oh I missed that part as originally I was , no I should not even say this, using only root. Now added that section and also added a section to set up the symlinks in the rc directories so starman will start when the server is rebooted.
@Gideon thanks for the links I think I don't see either sites on the Dancefloor: http://perldancer.org/dancefloor It would be great if they were added there, with links to the source code where available. I think this is the source: https://github.com/PerlDancer/perldancer-website @dancers, is there section on the site where articles about Dancer are listed? If not, it would be nice to create one. (similar to http://dzil.org/tutorial/articles.html or http://padre.perlide.org/about.html ) If there is already, would it be possible to add a link to this article as well? regards Gabor
I would also say that this guide should be slightly re-written to be a generic guide rather than a specific (or any) vps vendor. I especially like the Starman set up pointers. I suggest changing that part from the current 'just copy and paste this code' to having a short description of the script. - Slava On Wed, Oct 9, 2013 at 11:17 AM, Gabor Szabo <gabor@szabgab.com> wrote:
Thanks for the feedback!
@Azawawi
Great guide! Please just make sure to explain to the reader how the user 'starman' was created. Oh I missed that part as originally I was , no I should not even say this, using only root. Now added that section and also added a section to set up the symlinks in the rc directories so starman will start when the server is rebooted.
@Gideon thanks for the links I think I don't see either sites on the Dancefloor: http://perldancer.org/dancefloor It would be great if they were added there, with links to the source code where available. I think this is the source: https://github.com/PerlDancer/perldancer-website
@dancers, is there section on the site where articles about Dancer are listed? If not, it would be nice to create one. (similar to http://dzil.org/tutorial/articles.html or http://padre.perlide.org/about.html ) If there is already, would it be possible to add a link to this article as well?
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Wed, Oct 9, 2013 at 8:46 PM, Slavik Goltser <slavikg@gmail.com> wrote:
I would also say that this guide should be slightly re-written to be a generic guide rather than a specific (or any) vps vendor. I especially like the Starman set up pointers. I suggest changing that part from the current 'just copy and paste this code' to having a short description of the script.
good ideas. I need to think how to both keep a simple "follow this set of instructions" and how to let people put their needs together and to get more details. I plan to cover other VPS-es and even shared hosting. If I can set them up. Recommendations for either of those are welcome. (privately) Gabor
Hey Gabor, So Sawyer added one of my sites to the dance floor a while ago. But the live site hasn't been redeployed in a while I think. Regards, Gideon On Wednesday, October 9, 2013, Gabor Szabo wrote:
Thanks for the feedback!
@Azawawi
Great guide! Please just make sure to explain to the reader how the user 'starman' was created. Oh I missed that part as originally I was , no I should not even say this, using only root. Now added that section and also added a section to set up the symlinks in the rc directories so starman will start when the server is rebooted.
@Gideon thanks for the links I think I don't see either sites on the Dancefloor: http://perldancer.org/dancefloor It would be great if they were added there, with links to the source code where available. I think this is the source: https://github.com/PerlDancer/perldancer-website
@dancers, is there section on the site where articles about Dancer are listed? If not, it would be nice to create one. (similar to http://dzil.org/tutorial/articles.html or http://padre.perlide.org/about.html ) If there is already, would it be possible to add a link to this article as well?
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm <javascript:;> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
It should be deployed automatically. I'll speak to David Precious about it. David, if you're skimming over this thread, please deploy the perldancer.orgsite. On Thu, Oct 10, 2013 at 6:02 PM, Gideon D'souza <gidisrael@gmail.com> wrote:
Hey Gabor,
So Sawyer added one of my sites to the dance floor a while ago. But the live site hasn't been redeployed in a while I think.
Regards, Gideon
On Wednesday, October 9, 2013, Gabor Szabo wrote:
Thanks for the feedback!
@Azawawi
Great guide! Please just make sure to explain to the reader how the user 'starman' was created. Oh I missed that part as originally I was , no I should not even say this, using only root. Now added that section and also added a section to set up the symlinks in the rc directories so starman will start when the server is rebooted.
@Gideon thanks for the links I think I don't see either sites on the Dancefloor: http://perldancer.org/dancefloor It would be great if they were added there, with links to the source code where available. I think this is the source: https://github.com/PerlDancer/perldancer-website
@dancers, is there section on the site where articles about Dancer are listed? If not, it would be nice to create one. (similar to http://dzil.org/tutorial/articles.html or http://padre.perlide.org/about.html ) If there is already, would it be possible to add a link to this article as well?
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Thu, Oct 10, 2013 at 9:04 PM, sawyer x <xsawyerx@gmail.com> wrote:
It should be deployed automatically.
I'll speak to David Precious about it. David, if you're skimming over this thread, please deploy the perldancer.org site.
And if you already check that repo, please merge my pull request. Gabor
On Thu, Oct 10, 2013 at 8:08 PM, Gabor Szabo <gabor@szabgab.com> wrote:
On Thu, Oct 10, 2013 at 9:04 PM, sawyer x <xsawyerx@gmail.com> wrote:
It should be deployed automatically.
I'll speak to David Precious about it. David, if you're skimming over this thread, please deploy the perldancer.org site.
And if you already check that repo, please merge my pull request.
Done!
Hello Gabor good doc bye Hugues. Le 09/10/2013 11:04, Gabor Szabo a écrit :
Hi,
I've just finished an article explaining how to deploy a Dancer 2 based application:
http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean
Your comments would be welcome!
regards Gabor _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (6)
-
Ahmad Zawawi -
Gabor Szabo -
Gideon D'souza -
Hugues Max -
sawyer x -
Slavik Goltser