Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: converted wordle app into wordpress app #6

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

waltribeiro
Copy link
Contributor

@waltribeiro waltribeiro commented Aug 28, 2024

Change Log

  1. Pointed to new YAML link

  2. Updated image to reflect that new YAML link

  3. Renamed all Wordle text and files into Wordpress text and files

  4. Pointed to new port number (30001)

  5. Replaced Wordle 'getting started' image with Wordpress 'getting started' image

  6. Fixed typo on Line 111

Code Changes

The biggest change was to the YAML referenced in cloud init from this:

#cloud-config
 runcmd:
   - curl -sfL https://get.k3s.io | sh -
   - sleep 20
   - kubectl apply -f https://raw.githubusercontent.com/stevemar/metal-code-snippets/main/yaml/reactle.yaml

Into this:

#cloud-config
 runcmd:
   - curl -sfL https://get.k3s.io | sh -
   - sleep 20
   - kubectl apply -f https://raw.githubusercontent.com/stevemar/metal-code-snippets/main/yaml/wordpress.yaml

Walt Ribeiro and others added 3 commits August 28, 2024 16:27
…ixed typo on line 111, and changed port from 31000 to 30001
…ixed typo on line 111, and changed port from 31000 to 30001
Copy link
Collaborator

@stevemar stevemar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@stevemar stevemar merged commit 8dea6f5 into equinix-labs:main Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants