(Created page with "The content will be created in time for Flock 2016, please come later.") |
(instructions) |
||
Line 1: | Line 1: | ||
These are instructions for [https://flock2016.sched.org/event/76of/taskotron-create-automated-package-specific-test Taskotron workshop at Flock 2016]. | |||
=== System requirements === | |||
* A laptop with Fedora 23 or 24 | |||
=== Install libtaskotron === | |||
Please install latest libtaskotron: | |||
<pre> | |||
$ sudo dnf install libtaskotron --best --enablerepo=updates-testing | |||
</pre> | |||
You should have at least version '''0.4.15''' (that version should be available roughly from Jul 28 2016) | |||
<pre> | |||
$ rpm -q libtaskotron-core | |||
libtaskotron-core-0.4.15-1.fc24.noarch | |||
</pre> | |||
=== Download workshop materials === | |||
Download and unpack [https://kparal.fedorapeople.org/taskotron/workshops/flock2016-taskotron-workshop-v1.tar.xz flock2016-taskotron-workshop-v1.tar.xz]. These files will be used to demonstrate writing a new task during the workshop. These files will help us to get started quickly, instead of manual re-typing code from the screen. You can also easily compare your current code with the example code, in case things don't work for you. |
Revision as of 13:23, 26 July 2016
These are instructions for Taskotron workshop at Flock 2016.
System requirements
- A laptop with Fedora 23 or 24
Install libtaskotron
Please install latest libtaskotron:
$ sudo dnf install libtaskotron --best --enablerepo=updates-testing
You should have at least version 0.4.15 (that version should be available roughly from Jul 28 2016)
$ rpm -q libtaskotron-core libtaskotron-core-0.4.15-1.fc24.noarch
Download workshop materials
Download and unpack flock2016-taskotron-workshop-v1.tar.xz. These files will be used to demonstrate writing a new task during the workshop. These files will help us to get started quickly, instead of manual re-typing code from the screen. You can also easily compare your current code with the example code, in case things don't work for you.