can i run KA-Lite on Fedora
I am trying to load KA-Lite on Fedora 20
I am trying to load KA-Lite on Fedora 20
See https://kalite.learningequality.org/wiki/installation/ - just change the username/password/server in the expect script below:
su -
yum -y install git expect
cd /opt
git clone https://github.com/learningequality/ka-lite.git
cd ka-lite
cat <<'EOF' > /opt/ka-lite/ka-lite_install
#!/usr/bin/expect --
spawn /bin/sh /opt/ka-lite/setup_linux.sh
expect {Press \[enter\] to continue\.\.\.}
send "\r"
expect {Username (leave blank to use 'root'):}
send "\r"
expect {Password:}
send "root\r"
expect {Password (again):}
send "root\r"
expect {Please enter a name for this server (or, press Enter to use .*):}
send "localhost\r"
expect {Please enter a one-line description for this server (or, press Enter to leave blank):}
send "\r"
set timeout -1
expect {http://127.0.0.1:8008/}
send "\r"
puts "Ended expect script."
EOF
expect /opt/ka-lite/ka-lite_install
Start the server as an unprivileged user:
/opt/ka-lite/kalite/manage.py kaserve host=127.0.0.1 port=8008 daemonize=true pidfile=~/runcherrypyserver.pid
and access the web interface:
konqueror http://127.0.0.1:8008/
Asked: 2014-03-29 09:00:19 -0600
Seen: 106 times
Last updated: Mar 29 '14
Slow wifi internet in Fedora 20
Show Bluetooth icon on GNOME top panel
Fedora 20: Where is the new Firefox 32?
Problem with dvi-cable on fedora 20
how to install Adobe Air in Fedora 20 ?
Can't start Fedora 20,How to repair it
replacing grub-efi with gummiboot