An open API service indexing awesome lists of open source software.

https://github.com/osll/stepik_templates


https://github.com/osll/stepik_templates

Last synced: 6 months ago
JSON representation

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.