OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications /
If you are a web application developer who wants to use the OpenShift platform to host your next big idea but are looking for guidance on how to achieve this, then this book is the first step you need to take. This is a very accessible cookbook where no previous knowledge of OpenShift is needed.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, U.K. :
Packt Pub.,
2014.
|
Colección: | Quick answers to common problems.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBSCO_ocn896729165 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 141121s2014 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d DEBBG |d DEBSZ |d EBLCP |d IDEBK |d E7B |d YDXCP |d S4S |d COO |d OCLCQ |d OCLCF |d OCLCQ |d COCUF |d K6U |d CNNOR |d CCO |d PIFAG |d FVL |d N$T |d OCLCO |d ZCU |d AGLDB |d MERUC |d OCLCQ |d U3W |d D6H |d STF |d VTS |d CEF |d ICG |d NLE |d INT |d VT2 |d UKMGB |d OCLCQ |d G3B |d TKN |d OCLCQ |d DKC |d AU@ |d OCLCQ |d UKAHL |d OCLCQ |d OCLCO |d QGK |d OCLCQ |d OCLCO | ||
016 | 7 | |a 018006811 |2 Uk | |
019 | |a 894790626 |a 1259103146 | ||
020 | |a 9781783981212 |q (electronic bk.) | ||
020 | |a 1783981210 |q (electronic bk.) | ||
020 | |z 1783981210 | ||
020 | |z 1783981202 | ||
020 | |z 9781783981205 | ||
029 | 1 | |a CHNEW |b 000889230 | |
029 | 1 | |a CHVBK |b 374479496 | |
029 | 1 | |a DEBBG |b BV042490219 | |
029 | 1 | |a DEBBG |b BV043613287 | |
029 | 1 | |a DEBSZ |b 434833991 | |
029 | 1 | |a DEBSZ |b 493154086 | |
029 | 1 | |a DKDLA |b 820120-katalog:999938636405765 | |
029 | 1 | |a GBVCP |b 882842617 | |
029 | 1 | |a UKMGB |b 018006811 | |
035 | |a (OCoLC)896729165 |z (OCoLC)894790626 |z (OCoLC)1259103146 | ||
037 | |a CL0500000503 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 |b G85 2014 | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
072 | 7 | |a COM |x 051390 |2 bisacsh | |
072 | 7 | |a COM |x 014000 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |
049 | |a UAMI | ||
100 | 1 | |a Gulati, Shekhar. | |
245 | 1 | 0 | |a OpenShift cookbook : |b over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / |c Shekhar Gulati. |
246 | 3 | 0 | |a Over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications |
260 | |a Birmingham, U.K. : |b Packt Pub., |c 2014. | ||
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Quick answers to common problems | |
588 | 0 | |a Online resource; title from cover page (Safari, viewed November 17, 2014). | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). | |
500 | |a "Quick answers to common problems." | ||
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with OpenShift; A brief introduction into OpenShift; Creating an OpenShift Online account; Creating OpenShift domains using the web console; Creating a WordPress application using the web console; Uploading SSH keys using the web console; Working with the SSH key passphrases; Cloning the application to the local machine; Deploying your first change; Checking the application's gear quota and limits; Installing the OpenShift rhc command-line client. | |
505 | 8 | |a Setting up an OpenShift account using rhcEnabling the autocomplete feature in an rhc command-line client; Viewing the account details using rhc; Specifying a different OpenShift server hostname; Updating rhc; Chapter 2: Managing Domains; Introduction; Creating a domain using rhc; Renaming a domain using rhc; Viewing domain details using rhc; Adding viewer members to a domain using rhc; Adding an editor member to a domain using rhc; Adding an admin member to a domain using rhc; Viewing all the members in a domain using rhc; Removing members from a domain using rhc. | |
505 | 8 | |a Restricting gear sizes for a domain using rhcLeaving a domain using rhc; Deleting a domain using rhc; Chapter 3: Creating and Managing Applications; Introduction; Creating an OpenShift application using the rhc command-line client; Specifying your own template Git repository URL; Starting/stopping/restarting an application; Adding and managing add-on cartridges; Adding a cron cartridge to an application; Using downloadable cartridges with OpenShift applications; Viewing application details; Cloning the application Git repository using rhc; SSH into the application gear using rhc. | |
505 | 8 | |a Running a command in the application's SSH session using rhcSetting application-specific environment variables; Taking and restoring application backups; Tracking and rolling back application deployments; Configuring the default Git branch for deployment; Doing manual deployments; Configuring and doing binary deployments; Using your own custom domain name; Cleaning up the application; Deleting the application; Chapter 4: Using MySQL with OpenShift Applications; Introduction; Adding a MySQL cartridge to your application; Adding a phpMyAdmin cartridge to your application. | |
505 | 8 | |a Accessing a MySQL database from your local machineConnecting to a MySQL cartridge from your local machine using MySQL Workbench; Updating the MySQL max connections setting; Updating the MySQL configuration settings; Performing scheduled MySQL database backups; Using an Amazon RDS MySQL DB instance with OpenShift; Chapter 5: Using PostgreSQL with OpenShift Applications; Introduction; Adding the PostgreSQL cartridge to your application; Accessing the PostgreSQL cartridge from your local machine; Connecting to the PostgreSQL cartridge using pgAdmin from your local machine. | |
520 | |a If you are a web application developer who wants to use the OpenShift platform to host your next big idea but are looking for guidance on how to achieve this, then this book is the first step you need to take. This is a very accessible cookbook where no previous knowledge of OpenShift is needed. | ||
546 | |a English. | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a Computer science. | |
650 | 0 | |a Open source software. | |
650 | 2 | |a Electronic Data Processing | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Informatique. | |
650 | 6 | |a Logiciels libres. | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming |x Open Source. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Computer Science. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Computer science |2 fast | |
650 | 7 | |a Open source software |2 fast | |
776 | 0 | 8 | |i Print version: |a Gulati, Shekhar. |t OpenShift Cookbook. |d Birmingham : Packt Publishing, ©2014 |z 9781783981205 |
830 | 0 | |a Quick answers to common problems. | |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881074 |z Texto completo |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781783981205/?ar |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH27192138 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1827593 | ||
938 | |a ebrary |b EBRY |n ebr10962332 | ||
938 | |a EBSCOhost |b EBSC |n 881074 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis30119680 | ||
938 | |a YBP Library Services |b YANK |n 12148098 | ||
994 | |a 92 |b IZTAP |