我使用本教程http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-apt-ubuntu在Ubunru服务器14中安装了ansible
我检查了ansible的版本后:
$ ansible --version
ansible 1.5.5
Run Code Online (Sandbox Code Playgroud)
但我需要1.9.如何更新?
CSS在cms中不起作用(open edx).我试图编译JS和CSS,但它没有给出任何结果.服务器重启对我没有帮助.这是我在日志中的错误:
[__init__.py:42] - staticfiles_storage couldn't find path css/cms-style-vendor-tinymce-content.css: The file 'css/cms-style-vendor-tinymce-content.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[__init__.py:42] - staticfiles_storage couldn't find path css/cms-style-vendor.css: The file 'css/cms-style-vendor.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[__init__.py:42] - staticfiles_storage couldn't find path css/studio-main.css: The file 'css/studio-main.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[shortcuts.py:56] - Cannot find corresponding link for name: ROOT
[shortcuts.py:56] - Cannot find corresponding link for name: TOS
[shortcuts.py:56] - Cannot …Run Code Online (Sandbox Code Playgroud)