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.
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, U.K. :
Packt Pub.,
2014.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. |
Beschreibung: | "Quick answers to common problems." Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781783981212 1783981210 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn896729165 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d SXB |d OCLCQ | ||
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 | ||
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 | 7 | |a 005.1 | |
049 | |a MAIN | ||
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. | ||
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Computer science. |0 http://id.loc.gov/authorities/subjects/sh89003285 | |
650 | 0 | |a Open source software. |0 http://id.loc.gov/authorities/subjects/sh99003437 | |
650 | 2 | |a Electronic Data Processing |0 https://id.nlm.nih.gov/mesh/D001330 | |
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. |0 http://id.loc.gov/authorities/names/no2015091434 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881074 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn896729165 |
---|---|
_version_ | 1816882294501146624 |
adam_text | |
any_adam_object | |
author | Gulati, Shekhar |
author_facet | Gulati, Shekhar |
author_role | |
author_sort | Gulati, Shekhar |
author_variant | s g sg |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 G85 2014 |
callnumber-search | QA76.76.A65 G85 2014 |
callnumber-sort | QA 276.76 A65 G85 42014 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. 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. |
ctrlnum | (OCoLC)896729165 |
dewey-full | 005.1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1 |
dewey-search | 005.1 |
dewey-sort | 15.1 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06803cam a2200817 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn896729165</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">141121s2014 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">E7B</subfield><subfield code="d">YDXCP</subfield><subfield code="d">S4S</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COCUF</subfield><subfield code="d">K6U</subfield><subfield code="d">CNNOR</subfield><subfield code="d">CCO</subfield><subfield code="d">PIFAG</subfield><subfield code="d">FVL</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCO</subfield><subfield code="d">ZCU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">U3W</subfield><subfield code="d">D6H</subfield><subfield code="d">STF</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">ICG</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DKC</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006811</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">894790626</subfield><subfield code="a">1259103146</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783981212</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783981210</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783981210</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783981202</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783981205</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)896729165</subfield><subfield code="z">(OCoLC)894790626</subfield><subfield code="z">(OCoLC)1259103146</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000503</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield><subfield code="b">G85 2014</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051390</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.1</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Gulati, Shekhar.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">OpenShift cookbook :</subfield><subfield code="b">over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications /</subfield><subfield code="c">Shekhar Gulati.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, U.K. :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2014.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed November 17, 2014).</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (EBSCO, viewed July 10, 2017).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">"Quick answers to common problems."</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer science.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh89003285</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Open source software.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh99003437</subfield></datafield><datafield tag="650" ind1=" " ind2="2"><subfield code="a">Electronic Data Processing</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D001330</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Informatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels libres.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Software Development & Engineering</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming</subfield><subfield code="x">Open Source.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer science</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Open source software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Gulati, Shekhar.</subfield><subfield code="t">OpenShift Cookbook.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2014</subfield><subfield code="z">9781783981205</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881074</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH27192138</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1827593</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10962332</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">881074</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis30119680</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12148098</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn896729165 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:20Z |
institution | BVB |
isbn | 9781783981212 1783981210 |
language | English |
oclc_num | 896729165 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Pub., |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Gulati, Shekhar. OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / Shekhar Gulati. Over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications Birmingham, U.K. : Packt Pub., 2014. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Quick answers to common problems Online resource; title from cover page (Safari, viewed November 17, 2014). Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). "Quick answers to common problems." Includes index. 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. 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. 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. 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. 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. 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. English. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computer science. http://id.loc.gov/authorities/subjects/sh89003285 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Electronic Data Processing https://id.nlm.nih.gov/mesh/D001330 Logiciels d'application Développement. Informatique. Logiciels libres. COMPUTERS Software Development & Engineering General. bisacsh COMPUTERS Programming Open Source. bisacsh COMPUTERS Computer Science. bisacsh Application software Development fast Computer science fast Open source software fast Print version: Gulati, Shekhar. OpenShift Cookbook. Birmingham : Packt Publishing, ©2014 9781783981205 Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881074 Volltext |
spellingShingle | Gulati, Shekhar OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / Quick answers to common problems. 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. 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. 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. 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. 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computer science. http://id.loc.gov/authorities/subjects/sh89003285 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Electronic Data Processing https://id.nlm.nih.gov/mesh/D001330 Logiciels d'application Développement. Informatique. Logiciels libres. COMPUTERS Software Development & Engineering General. bisacsh COMPUTERS Programming Open Source. bisacsh COMPUTERS Computer Science. bisacsh Application software Development fast Computer science fast Open source software fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh89003285 http://id.loc.gov/authorities/subjects/sh99003437 https://id.nlm.nih.gov/mesh/D001330 |
title | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / |
title_alt | Over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications |
title_auth | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / |
title_exact_search | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / |
title_full | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / Shekhar Gulati. |
title_fullStr | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / Shekhar Gulati. |
title_full_unstemmed | OpenShift cookbook : over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / Shekhar Gulati. |
title_short | OpenShift cookbook : |
title_sort | openshift cookbook over 100 hands on recipes that will help you create deploy manage and scale openshift applications |
title_sub | over 100 hands-on recipes that will help you create, deploy, manage, and scale OpenShift applications / |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Computer science. http://id.loc.gov/authorities/subjects/sh89003285 Open source software. http://id.loc.gov/authorities/subjects/sh99003437 Electronic Data Processing https://id.nlm.nih.gov/mesh/D001330 Logiciels d'application Développement. Informatique. Logiciels libres. COMPUTERS Software Development & Engineering General. bisacsh COMPUTERS Programming Open Source. bisacsh COMPUTERS Computer Science. bisacsh Application software Development fast Computer science fast Open source software fast |
topic_facet | Application software Development. Computer science. Open source software. Electronic Data Processing Logiciels d'application Développement. Informatique. Logiciels libres. COMPUTERS Software Development & Engineering General. COMPUTERS Programming Open Source. COMPUTERS Computer Science. Application software Development Computer science Open source software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=881074 |
work_keys_str_mv | AT gulatishekhar openshiftcookbookover100handsonrecipesthatwillhelpyoucreatedeploymanageandscaleopenshiftapplications AT gulatishekhar over100handsonrecipesthatwillhelpyoucreatedeploymanageandscaleopenshiftapplications |