KOA-DEVHAN-PUBLISH
# 깃 연동
sudo -Hu edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
git remote -v
git remote add niXXX http://3.XXX.XXX.XXX:1114/fox0807/edx-platform.git
git remote -v
git fetch niXXX (roXXX / gitXXX)
git checkout niXXX/open-release/koa.master
git status
git log (이력 확인)
# 화면리소스 업데이트
sudo -Hu edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets lms --settings=production
paver update_assets cms --settings=production
<미수행>
python manage.py cms --settings=production collectstatic --noinput
python manage.py lms --settings=production collectstatic --noinput
정적파일 모아주는건데 paver_update 할때 호출되서 따로 호출할 필요가 없음.
재시작 : /edx/bin/supervisorctl restart all
확인 : sudo /edx/bin/supervisorctl status
# 소스코드 충돌시
git checkout -- .
'OPENEDX' 카테고리의 다른 글
[무료 도메인] Freenom 도메인 갱신 (0) | 2021.08.19 |
---|---|
Error: Axios Error (Request): Network Error (possible local connectivity issue) get https://studio.koadev.ga/organizations (0) | 2021.08.18 |
BlockStore 접속시 Error: Axios Error (Request): Network Error (possible local connectivity issue) get~~ 발생 이유 (0) | 2021.08.12 |
LMS 미로그인시 Page Not Found 발생 이유 (0) | 2021.08.12 |
성공 - [AWS 우분투] 부팅시 서비스 자동실행 등록 (0) | 2021.08.08 |
댓글