Skip to content

Project history

Bryan Behrenshausen edited this page May 9, 2025 · 2 revisions

Logo design history and inspirations

The historical look and feel for the project is visible here:

Some related, even 'sibling', projects' logos:

Previous build processes

Former versions of the Open Source Way Guidebook were published via scripted build process. These were the semi-automated steps for building the book from source into HTML and PDF, then publishing it on theopensourceway.org:

  1. Clone the guidebook and theopensourceway_old_website repos to your local system, side by side in the same directory

    • The build/publish scripts expect the repos to be in the same directory.
  2. In the terminal cd into the directory where you have the clone of the guidebook repo.

  3. Make any changes to content in the Asciidoc source, then commit them and push the changes to GitHub.

  4. To build the book for testing your changes, from the command line inside of the guidebook directory, run this command:

    ./build-book.sh

  5. When the script is complete, there will be new PDF and HTML files in the same directory.

  6. To publish the book, run this command, which starts by rebuilding the book, copying it to the website repo, and then committing and pushing to GitHub.

    ./publish-book.sh

  7. Once the script has run, the automation will update theopensourceway.org within a few minutes typically.

If you do not have an sshkey enabled with GitHub, the script will pause and wait for your password entry for the git push step.

Clone this wiki locally