Heim  >  Artikel  >  Web-Frontend  >  openedx 在线字体问题_html/css_WEB-ITnose

openedx 在线字体问题_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:02:491218Durchsuche

安装好openedx后,访问奇慢。原因是 fonts.googleapis.com 在国内被墙了。

 

于是改为 360的镜像,希望长期能用。主要修改:

1.

cd /edx/app/edxapp/edx-platform/lms/static/sass/base

sudo vi _font_face.scss

 

2.

cd /edx/app/edxapp/edx-platform/cms/static/sass/assets

sudo vi _fonts.scss

 

3.

cd /edx/app/edxapp/edx-platform/common/static/css

sudo vi tinymce-studio-content-fonts.css

 

4.

cd /edx/app/edxapp/edx-platform/lms/static/maintenance

sudo vi index.html

 

将 fonts.googleapis.com 都替换为 fonts.useso.com。

 

vi 操作,百度一下。

 

改完了,重新编译。

 

Compile assets manually
To compile javascript and css outside of the update script run the following commands:
? sudo -H -u edxapp bash 
? source /edx/app/edxapp/edxapp_env 
? cd /edx/app/edxapp/edx-platform 
? paver update_assets cms --settings=aws 
? paver update_assets lms --settings=aws 

 

搞定。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn