Re: Need Help: Seeking tutorial on CF and WordPress Multisite
Daniel Mikusa
On Tue, Oct 20, 2015 at 10:19 PM, v Bailey <v2bailey(a)gmail.com> wrote:
I am totally green about asking the proper question so here's what I'mIf you have a little experience with the command prompt or a terminal it's fairly easy to create multiple sites and even services using Cloud Foundry. This document gives you a quick overview of the cf cli. http://docs.cloudfoundry.org/devguide/installcf/whats-new-v6.html The main task to run your application on CF is called "cf push". You can see more about that here. http://docs.cloudfoundry.org/devguide/installcf/whats-new-v6.html#push And there's a walkthrough of deploying an app here. http://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html In regards to databases, you can also create those with the cf client. This document has some instructions on that. https://docs.cloudfoundry.org/devguide/services/managing-services.html Since you mentioned Wordpress, you might find this blog post useful. It walks through running Wordpress on CF. http://blog.pivotal.io/pivotal-cloud-foundry/products/getting-started-with-wordpress-on-cloud-foundry I suspect I should be asking more but since I don't entirely understandThe best thing would be to sign up for an account with a public CF provider (PWS, Bluemix, AnyNines, etc...). It's pretty easy and most offer free trials. That would allow you to play around with deploying an app or two to CF and get used to the cf client. Hope that helps! Dan |
|