Coder Social home page Coder Social logo

Release on CPAN about shinycms HOT 2 OPEN

wbraswell avatar wbraswell commented on June 24, 2024
Release on CPAN

from shinycms.

Comments (2)

wbraswell avatar wbraswell commented on June 24, 2024

I believe all of the following functionality can (and should) be made available directly via the cpan ShinyCMS or cpanm ShinyCMS commands:

"... 'install wizard' script so that people could install and configure by pasting a one liner into a terminal - something like 'curl -sf https://shinycms.org/install/install.sh | sh' that will install Catalyst etc from CPAN if needed, ask where to put the CMS support files, and then ask questions to populate an initial shinycms.conf for them."
#46 (comment)

The only time I've seen a curl-style "install wizard" script used in Perl is for boostrapping local::lib or Perlbrew, both of which need to be installed before you run the cpan or cpanm commands...

https://github.com/wbraswell/lampuniversity.org/blob/master/bin/LAMP_installer.sh#L1341
'curl -L cpanmin.us | perl - -l $HOME/perl5 App::cpanminus local::lib'

https://github.com/wbraswell/lampuniversity.org/blob/master/bin/LAMP_installer.sh#L1403
'curl -L http://install.perlbrew.pl | bash'

Since Shiny is not a prerequisite for cpan or cpanm themselves, I believe it is considered "best practices" to use CPAN as the primary installation mechanism, with other options such as OS-specific packages and curl-style install wizards used as secondary alternatives.

from shinycms.

wbraswell avatar wbraswell commented on June 24, 2024

I know how to make CPAN releases when using ExtUtils::MakeMaker... but we aren't using that for Shiny, are we?

from shinycms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.