https://github.com/osll/stepik_templates
https://github.com/osll/stepik_templates
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osll/stepik_templates
- Owner: OSLL
- Created: 2017-09-25T10:55:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T13:31:02.000Z (over 8 years ago)
- Last Synced: 2025-02-21T14:16:09.840Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stepik_templates
## Intro
This repo contains template for Linux Challenge Stepik.org task with support of:
- git repo for scripts,
- random task condition per student,
- secure correct answer storage.
## Usage
- Fork this repo or copy its content to you repo.
- Generate new ssh key pair **ssh-keygen -f new_key**.
- Add new_key.pub as a deploy key to your repo.
- Create new Linux Challenge step.
- Check **Bootstrap virtual machine** at step settings.
- Insert **./scritps/template_bootstrap.sh** content in **Bootstrap** section.
- Insert **./scritps/template_test_scenario.py** content in **Enter your test scenario code below.** section.
- Replace **** with **new_key** content and **** with **new_key.pub** content in **Bootstrap** section.
- Replace **** with ssh clone link to your repo in **Bootstrap** section.
- Replace **** with long random string in both **Bootstrap** and **Enter your test scenario code below.** sections.
- Save step.