Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This how I fixed the openstack folsom horizon ubuntu precise test package
- #
- # PPA from https://launchpad.net/~openstack-ubuntu-testing
- # deb http://ppa.launchpad.net/openstack-ubuntu-testing/precise-trunk-testing/ubuntu precise main
- #
- # PPA https://launchpad.net/~chris-lea/+archive/python-django
- # deb http://ppa.launchpad.net/chris-lea/python-django/ubuntu precise main
- #
- # This is mostly taken from my history so it may not actually work...
- apt-get install nodejs python-django python-pip
- pip install django_compressor
- pip install python-glanceclient
- cd /tmp
- wget http://ppa.launchpad.net/openstack-ubuntu-testing/precise-trunk-testing/ubuntu/pool/main/h/horizon/horizon_2012.2+git201206251032~precise.orig.tar.gz
- tar zxvf horizon_2012.2+git201206251032~precise.orig.tar.gz
- cd horizon-2012.2-201206251032/
- mkdir /usr/share/openstack-dashboard/static/dashboard/css
- cp -r bin /usr/share/openstack-dashboard
- cp -r static /usr/share/openstack-dashboard
- cp -r horizon/static/horizon/js/* /usr/share/openstack-dashboard/static/dashboard/js/
- ln -s /usr/share/openstack-dashboard/static/dashboard/css /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/
- ln -s /usr/share/openstack-dashboard/static/dashboard/js /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/
- chown -R www-data.www-data /usr/share/openstack-dashboard/static
Advertisement
Add Comment
Please, Sign In to add comment