Skip to content

Commit

Permalink
scripts/new.sh: Remove new.sh convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshix committed Apr 25, 2019
1 parent 6b20f19 commit 6bd4569
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
25 changes: 0 additions & 25 deletions .workshop/scripts/new.sh

This file was deleted.

13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ The workshop uses the HomeRoom workshop environment in the learning portal confi

When the URL for the workshop environment is accessed, a workshop session will be created on demand. This includes a project for the session, into which the PXC operator will have been pre-installed.

Deploying the Workshop - "Production" Deployment
----------------------

To deploy the PXC Operator workshop using the most recent image built from this repository at [quay.io/openshiftlabs/lab-mysql-operator][quay-this-container], clone this repository and run the new deployment script.

```sh
./.workshop/scripts/new.sh
```

The `new.sh` script also relaxes SCC for the benefit of WordPress and deploys [openshift-acme][osacme] to provision a valid TLS certificate for the lab's Route.

`New.sh` runs `deploy-spawner.sh`, but does not run `build-workshop.sh` to build an image stream tag from local workshop sources. To edit and iteratively deploy local workshop sources, or to redeploy the spawner after making RBAC or setup changes, see below.

Deploying the Workshop - Development Cycle
----------------------

Expand Down

0 comments on commit 6bd4569

Please sign in to comment.