Skip to content

Commit

Permalink
refactor folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonard99 committed Oct 21, 2024
1 parent a404669 commit 236881c
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 54 deletions.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ <h2 class="anchored" data-anchor-id="getting-started">Getting started</h2>
<h2 class="anchored" data-anchor-id="examples">Examples</h2>
<p>The web site contains a bunch of docker examples, as listed below. These links take you directly to the GITHUB repo and the respective README files.</p>
<ul>
<li><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/nginx-static-example">nginx-static-example</a></li>
<li><p><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-nginx-static-example">nginx-static-example</a> - creates a simple, static web server with the html file stored inside the container.</p></li>
<li><p><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-nginx-static-volume">nginx-static-volume</a> - creates a simple web server container with the html files stored on your local disk.</p></li>
<li><p><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-apache-php-remote-mysql">apache-php-remote-mysql</a> - creates a local apache web server serving html/php pages from your local disk, connected to cmsc508.com using your username and password.</p></li>
<li><p><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-apache-php-local-mysql">apache-php-local-mysql</a> - creates a local apache setb server serving html/php pages from your local disk, connected to a locally running mysql DB and locally running phpmyadmin.</p></li>
<li><p><a href="https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-production-example-1">production-example-1</a> - creates a localling running nginx load balancer and reverse proxy, apache-php server, mysql database and phpmyadmin all talking together.</p></li>
</ul>
</section>
<section id="other-info" class="level2">
Expand Down
75 changes: 27 additions & 48 deletions docs/search.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions site/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ At completion of this tutorial you should have a website and database running on
The web site contains a bunch of docker examples, as listed below. These links take you
directly to the GITHUB repo and the respective README files.

* [nginx-static-example](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/nginx-static-example) - creates a simple, static web server with the html file stored inside the container.
* [nginx-static-example](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-nginx-static-example) - creates a simple, static web server with the html file stored inside the container.

* [nginx-static-volume](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/nginx-static-volume) - creates a simple web server container with the html files stored on your local disk.
* [nginx-static-volume](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-nginx-static-volume) - creates a simple web server container with the html files stored on your local disk.

* [apache-php-remote-mysql](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/apache-php-remote-mysql) - creates a local apache web server serving html/php pages from your local disk, connected to cmsc508.com using your username and password.
* [apache-php-remote-mysql](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-apache-php-remote-mysql) - creates a local apache web server serving html/php pages from your local disk, connected to cmsc508.com using your username and password.

* [apache-php-local-mysql](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/apache-php-local-mysql) - creates a local apache setb server serving html/php pages from your local disk, connected to a locally running mysql DB and locally running phpmyadmin.
* [apache-php-local-mysql](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-apache-php-local-mysql) - creates a local apache setb server serving html/php pages from your local disk, connected to a locally running mysql DB and locally running phpmyadmin.

* [production-example-1](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/production-example-1) - creates a localling running nginx load balancer and reverse proxy, apache-php server, mysql database and phpmyadmin all talking together.
* [production-example-1](https://github.com/vcu-ssg/ssg-quarto-docker-tutorial/tree/main/site/example-production-example-1) - creates a localling running nginx load balancer and reverse proxy, apache-php server, mysql database and phpmyadmin all talking together.

## Other info

Expand Down

0 comments on commit 236881c

Please sign in to comment.