Skip to content

Local dev #64

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

Merged
merged 7 commits into from
Mar 17, 2023
Merged

Local dev #64

merged 7 commits into from
Mar 17, 2023

Conversation

samlikins
Copy link
Member

In the process of setting up this project on my local system, I setup a Docker container with accompanying image definition (including Ruby, Rake, the Jekyll theme, and BPKG), provided a bpkg file with commands, updated Jekyll excludes and Git ignore, as well as fixed a failure in the build process, and updated the README.

These updates provide a complete development environment with minimal contamination to the host system. With only Docker installed on the host system, and optionally BPKG (who'd think anyone working on this project would have that installed), development on this project with building and testing can be accomplished with minimal setup.

- Added `docker-compose.yml` with `jekyll/jekyll` image
- Updated `_config.yml` exclude to include compose file
- Updated `bpkg.json` to include docker commands
- Updated `README.md` to provide Docker Environment section
- Added `Dockerfile` with `gem install` for required Jekyll theme
- Updated `docker-compose.yml` to use new `Dockerfile`
- Updated `_config.yml` exclude to include `dev` directory
- Updated `Dockerfile` to add `webrick` install
- Remove `nil` valued layout from `atom.xml` and `rss.xml`
- Updated `Dockerfile` to install `bpkg` and dependencies
- Updated `bpkg.json` to include commands for Docker `bpkg`
- Update `bpkg.json` command `docker` to expose service ports
- Update `Dockerfile` installation of `curl` removing virtual option
@jwerle
Copy link
Member

jwerle commented Mar 17, 2023

wow this is great!

@jwerle jwerle merged commit 8fff55d into bpkg:master Mar 17, 2023
@jwerle
Copy link
Member

jwerle commented Mar 17, 2023

thank you for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants