https://github.com/exercism/interactive-cli-walkthrough
https://github.com/exercism/interactive-cli-walkthrough
community-contributions-paused
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exercism/interactive-cli-walkthrough
- Owner: exercism
- Created: 2017-08-29T14:09:02.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T06:41:59.000Z (10 months ago)
- Last Synced: 2025-04-29T07:26:49.995Z (3 months ago)
- Topics: community-contributions-paused
- Language: Ruby
- Size: 5.17 MB
- Stars: 13
- Watchers: 4
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Walkthrough
A repository for the text found in the Exercism CLI installation walkthrough.
To start contributing, please view the [Contributing Guide](https://github.com/exercism/interactive-cli-walkthrough/blob/main/CONTRIBUTING.md).
## Deploying changes to production
To get new changes to production we need to:
1. Compile
2. Copy the compiled file to the [exercism/website-copy](https://github.com/exercism/website-copy) repository
3. Commit to `main` and push to GitHubWe don't worry about submitting a pull request for this, since the changes have
been reviewed in a pull request in the exercism/interactive-cli-walkthrough repository
before compiling.```shell
rake compile:prod
cp compiled_prod.html ../website-copy/walkthrough/index.html
```This can only be done by core website-copy contributors, who have push access on the
exercism/website-copy repository.