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

Docker-based website preview #2776

Closed
rootkovska opened this Issue Apr 26, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@rootkovska
Member

rootkovska commented Apr 26, 2017

The main repo for the Qubes Website currently has a convenient "make serve" target (for offline testing of modifications, formatting of new blog posts, etc), which however requires a quadrillion of deps to be installed, including a stinking curl|bash-style-install-able deps (gem install github-pages). Instead, it would be dramatically more convenient (and also slightly more secure:) to have this target do the following:

  1. Build a Docker image with all these deps,
  2. Start the docker, mount the repo inside it,
  3. Run a webserver inside the docker, expose on some port to the host for easy previewing.

@rootkovska rootkovska added this to the Documentation/website milestone Apr 26, 2017

@andrewdavidwong andrewdavidwong self-assigned this Nov 15, 2017

andrewdavidwong added a commit to QubesOS/qubesos.github.io that referenced this issue Nov 15, 2017

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