Some changes need to be made to the web server configuration (in this case, Apache) in order to run the python scripts.
Install mod python
apt-get install libapache2-mod-python
Add Following lines to /etc/apache2/sites-available/default
<Directory /var/www/> AddHandler mod_python .py PythonHandler mod_python.publisher PythonDebug On
restart Apache server
/etc/init.d/apache2 restart
Congrats !!
You have successfully downloaded and extracted the ui.tgz .
Changes: New Tabs have been added for
You need to added 3 more sections on virtual lab home page
3) Target Audience 4) Courses Aligned 5) Pre-requisite Softwares
You can make the above said changes by editing content.html. To update the changes
1) open content.html in your fav editor and search for last closing html tag . 2) Open the change.html file and open it in your fav. editor. 3) Copy all content of change.html 4) Paste it after the last closing html tag (you searched in Step1). 5) Go to ui/src and run " make theme=blue-icon" on command terminal to change theme to blue
We had attached change.html in folder. You can copy the whole content and paste it in content.html .
Below is snapshot how content.html will look like
// PASTE the CHANGE.html content here..
/*****/
Go to Command Terminal $ cd ui_extracted_folder // Where u have extracted the ui kit $ cd ui/src $ make clean all $ make theme=blue-icon