Live data from Hacker News

Show HN: WordPress Cloud IDE

wpide.net

1–10 of 17 posts

Re: Show HN: WordPress Cloud IDE

#2
Whoa, that seems amazing. It is great that someone is trying to reduce the pain of dealing with Wordpress. At the other side, I secretly wished that Wordpress was a little worse so programmers would stop using it.

Re: Show HN: WordPress Cloud IDE

#3
This is really interesting. When I work on Wordpress stuff I switch from emacs to PhpStorm because I like the autocomplete, features, auto formatting etc. This would be a really nice replacement for that.

However the Wordpress project I work on has to have access to node to run gulp to compile coffeescript and sass. How would that work in this scenario? I also keep the dev/staging sites in sync with production using wp-cli import/export -- could I run commands remotely? I suspect not, but am curious.

Re: Show HN: WordPress Cloud IDE

#6

Could this be used to collaborate on WordPress Core? I'm interested in start doing that but the setup process (installing VVV, Vagrant, VirtualBox, etc.) is a little cumbersome.

I am wondering other items like integration to Github or how to deployment to a wordpress site etc. I can't see these items on their landing page. Any ideas?

Re: Show HN: WordPress Cloud IDE

#7
post #4

Very interesting, I'm looking forward to seeing a live demo or video. Code completion for the Wordpress Api would be a real time saver.

As of version 8 PhpStorm offers that, along with a bunch of other nice stuff for WP development. More details here: https://confluence.jetbrains.com/display/PhpStorm/WordPress+...

Re: Show HN: WordPress Cloud IDE

#9

This is really interesting. When I work on Wordpress stuff I switch from emacs to PhpStorm because I like the autocomplete, features, auto formatting etc. This would be a really nice replacement for that. However the Wordpress project I work on has to have access to node to run gulp to compile coffeescript and sass. How would that work in this scenario? I also keep the dev/staging sites in sync with production using…

You can have ssh access, that's not yet implemented but it's on the list. All the instances run in their own private containers so you can install other apps if you want.

Re: Show HN: WordPress Cloud IDE

#10
post #8

Does this plays nice with a modern wordpress stack like bedrock or any 12factor wp? https://github.com/roots/bedrock

It's not yet integrated with roots, it will have ssh access to the machine so you can install other applications but we will look more into this. Thank you.
Post reply on HN