I have successfully installed Open Shift locally on my Ubuntu laptop using this guide:
https://blog.openshift.com/using-openshift-3-on-your-local-environment/
using this vagrant file:
https://www.openshift.org/vm/Vagrantfile
But its a fairly old version, 1.2.0:
https://app.vagrantup.com/thesteve0/boxes/openshift-origin
Any suggestion on how to update to e.g. latest or 3.6/3.7 using the above guide?
That is an old guide for deploying OpenShift locally. They have switched to using Minishift for local development. I recommend giving that a try for a more up to date environment!
Here docs.openshift.com/container-platform/3.5/install_config/upgrading/automated_upgrades.html#install-config-upgrading-automated-upgrades it's an article about how you can automatically upgrade the openshift. I hope this will help You!
Related
I am in the process of upgrading Open Source Puppet from Server version 3.8.7 (which is hosted on Ubuntu 14.04 ) to a New version of Puppet on Ubuntu 16.04.
i have listed all the existing modules in current version however deciding which Open Source version to be chosen for upgrade is not very clear from documentations.
Hence,request help on
how to choose Next version of puppet server on Ubuntu 16.04?
Can we upgrade straight from 3.x to 5.x or 6.x?
Anyone who has done this kind of upgrade, please share your learnings which can
support us to complete the safe upgrade.
I'm currently using the Intellij Heroku Integration plugin, and i'm trying to set up the basic connection to heroku. But when i try to set the SSH key, which is just a basic SSH key generated by the command
ssh-keygen -t rsa -C "your_email#example.com"
i get this error:
am i supposed to do something different to generate the key?
*extra details on what i've done that might be screwing this up:
- i tried to install the plugin on community edition (now trying with the full edition)
- i deleted a few outdated versions of heroku on my pc and reinstalled just the CLI
any clues how to fix this? or is heroku integration just broken? i also get:
when i try to click for help, so maybe the plugin files are corrupted? any help would be appreciated, thanks!
as #CrazyCoder mentioned this is a bug, where the API used by IntelliJ was dropped in April 2017 by Heroku.
This should be fixed with IntelliJ 2017.3 onwards.
Edit
Version 173.3727.22 is still shipped with the Heroku integration 1.0, so the problem remains.
You will have to manually install the new version of the plugin, found here:
https://plugins.jetbrains.com/plugin/7605-heroku-integration
I'm new to docker and have been following the guide, trying to install the toolbox version v1.10.0-rc1. All seems to have gone well until I try the hello-world example and then I get:
Error response from daemon: client is newer than server (client API
version: 1.22, server API version: 1.21)
I see there is much online about similar errors, however all attempts so far have failed, and being unfamiliar with docker, the suggested solutions are somewhat cryptic.
Has any had a similar issue and found a solution?
Many thanks
Docker tool box is being used in old mac and or windows system.
today there are differnt approaches to install docker on your mac.
In case your mac isn't that old try install it from here
I've followed all the steps here https://console.developers.google.com/start/appengine?_ga=1.82598931.449716086.1415074596 successfully up to step 5.3. When I try to start the server:
dev_appserver.py appengine-try-python-flask
I get the following output:
-bash: dev_appserver.py: command not found
I'm on a Mac running OS X 10.10. Any ideas what I'm doing wrong?
I'm running Python 2.7.6.
It seems like you didn't correctly add the dev_appserver (and other GAE tools) to the bash.
Did you restart your shell(s) to pick up the new environment changes?
If you did and the problem still persists, you can try downloading manually the GAE SDK.
After that, open the GoogleAppEngineLauncher, and just click OK on 'Make command symlinks'. This will solve your issue.
It's all easily explained in the official documentation:
Download and Install the Google App Engine SDK
The biggest issues im running into starting a project with CouchDB is the nightmare involved in getting it up and running.
Any tips for getting couchDB up on a media temple server or any server really?
I am not entirely sure what a media template server is but I think it is a pretty standard Linux server (centos?). The best option at the moment is to compile CouchDB from the latest source in SVN.
You will need to log onto your server using ssh then follow the instructions at:
http://wiki.apache.org/couchdb/Installing_on_RHEL5
I know this says it is for RHEL5 but will work exactly the same for a recent version of Centos. If you need instructions for a different os try:
http://wiki.apache.org/couchdb/Installation
The "Install" link above does not work anymore.
However - successfully installed CouchDB on MediaTemple and 1und1 following step1 here:
http://www.thegeekstuff.com/2012/06/install-couch-db/
When you are in a virtual host environment:
Make sure you provide the path to your vhost in /etc/couchdb/local.ini
It is described in the .ini file.
MediaTemple uses a modified version of CentOS. But don't try the official RHEL documentation to install - It is broken because the Spidermonkey libs wont work.
Try this. I just intalled Couch on MediaTemple 10 minutes ago -
Install CouchDB on CentOS