Openshift Origin (Minishift) - Making changes to application repository pulled on VM -


i have installed , configured custom laravel private repository hosted on bitbucket on minishift running on laptop. found files imported without issues , image running. however, want make configuration changes in repository application work. how make it?

  1. will have import image vm on laptop, work on them , push changes
  2. or able access files or folder within editor or ide?

i new openshift origin , using first time.

if have source code on bitbucket, checkout repository local laptop, make changes, commit them, , push them repository on bitbucket. tell openshift rebuild application clicking on start build button on build configuration details in web console, or using oc start-build on command line, supplying name of build configuration build for. rebuilding of image code when done automatically trigger new deployment. if set webhook in bitbucket, can have tell openshift when new changes have been pushed , trigger build without needing manually.

if quite new, suggest work through interactive tutorials at:

also read free ebook on openshift.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -