From a706705406b2759eff56c4ee1af226ca6f99cd6d Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Jul 04 2017 20:23:45 +0000 Subject: add some text to the Python-Classroom download page --- diff --git a/labs.fedoraproject.org/data/content/python-classroom/download/index.html b/labs.fedoraproject.org/data/content/python-classroom/download/index.html index 0f8b69d..ebae697 100644 --- a/labs.fedoraproject.org/data/content/python-classroom/download/index.html +++ b/labs.fedoraproject.org/data/content/python-classroom/download/index.html @@ -26,6 +26,15 @@
+

${Markup(_('The Python Classroom labs comes in 3 variants. A Live Image with GNOME, that can be downloaded on the top of this page, a Docker image and a Vagrant box for headless environments. Learn more about <a href="%s">Docker</a> and <a href="%s">Vagrant</a> in their documentation.') % ('https://docs.docker.com/get-started/', 'https://www.vagrantup.com/intro/getting-started/'))}

+

${_('Getting and running the Docker image')}

+
sudo docker pull registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom 
sudo docker run -ti registry.fedoraproject.org/f${global_variables.release['curr_id']}/python-classroom
+

${_('Running the Vagrant box')}

+

${_('First, download the box from the right side of this page.')}

+

${_('For libvirt:')}

+
vagrant box add fedora/${global_variables.release['curr_id']}-python-classroom ./Fedora-Python-Classroom-Vagrant-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}.x86_64.vagrant-libvirt.box  
vagrant init fedora/${global_variables.release['curr_id']}-python-classroom
vagrant up --provider libvirt
vagrant ssh
+

${_('For VirtualBox:')}

+
vagrant box add fedora/${global_variables.release['curr_id']}-python-classroom ./Fedora-Python-Classroom-Vagrant-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}.x86_64.vagrant-virtualbox.box 
vagrant init fedora/${global_variables.release['curr_id']}-python-classroom
vagrant up --provider virtualbox
vagrant ssh

${_('What is a Live image?')}

${_('The Python Classroom lab is shipped as a live operating system. It\'s everything you need to try out Fedora\'s Python Classroom - you don\'t have to erase anything on your current system to try it out, and it won\'t put your files at risk. Take Fedora for a test drive, and if you like it, you can install Fedora directly to your hard drive straight from the Live Media desktop if you like.')}

${_('To use this image, you need a drive that can create or "burn" DVDs, or a USB flash drive at least as big as the image.')}