WordPress and Linux Geeks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    WordPress and Linux Geeks

    Here is a nice tool for you

    https://github.com/andreascreten/wp-cli

    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • cooldude7
    Confirmed User
    • Nov 2009
    • 4306

    #2
    pretty awesome., to automate things.

    Comment

    • V_RocKs
      Damn Right I Kiss Ass!
      • Nov 2003
      • 32449

      #3
      Originally posted by fris
      Here is a nice tool for you

      https://github.com/andreascreten/wp-cli

      Quick question...

      Pretend the plugin is wp-postratings and I use this to turn it on. Does it also cause it to run itself so it will create its table in the DB or does WP still have to be loaded for this to happen?

      IOW... Does it actually run the plugin or does it just set it to activated in the options table?

      Comment

      • fris
        Too lazy to set a custom title
        • Aug 2002
        • 55679

        #4
        Originally posted by V_RocKs
        Quick question...

        Pretend the plugin is wp-postratings and I use this to turn it on. Does it also cause it to run itself so it will create its table in the DB or does WP still have to be loaded for this to happen?

        IOW... Does it actually run the plugin or does it just set it to activated in the options table?
        it does everything it would do if you activated via admin panel.

        you can also install from shell as well

        Code:
        [fris@fris ~/domains/fris.net/labs]$ wp plugin install hello-dolly
        Installing Hello Dolly (1.6)
        Downloading install package from http://downloads.wordpress.org/plugin/hello-dolly.1.6.zip...
        Unpacking the package...
        Installing the plugin...
        Plugin installed successfully.
        [fris@fris ~/domains/fris.net/labs]$
        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

        Comment

        Working...