2.October CMS , Basic Concepts ( 기본 개념 )
* Backend 접속 하기
URL : myoctober:8000/backend
ID/PW : admin/admin
1) 컨셉 1, Pages
- CMS -> Pages메뉴에서 '+Add'를 통해서 생성
- TITLE의 입력시
--입력값에 따라 URL 및 Filename을 자동 생성( 필요에 따라 변경 가능 )
-- [hostname:port]/URL로 접근 가능
-- 설정 항목 : Filename, Layout, Description, Markup(HTML)
--- 사용 문법 : {% content "welcome.htm" %}
--- 저장 위치 : themes/demo/content/welcome.html
-- Layout 선택 : default
--- 저장 위치 : themes/demo/layouts/default.htm
--- Partial 사용시 : footer
---- 저장 위치 : themes/demo/partials/footer.htm
---- 사용 문법 : {% partial 'footer' %}
- Page의 물리적인 파일 구조와 저장 위치
-- 위치 : themes/demo/pages/homepage.thm ( 기본 설치는 themes/demo에 위치 )
-- 파일 : 속성 영역과 HTML Code영역으로 구분되어서 저장
예) 신규 Page : 'about'
- 설정 화면 : Layout(default)
- 결과 화면
-- New post(새 포스트) -> (edit text) ->Save ( Manage, Published선택 )
-- Pages -> +Add
-- Pages -> +Add
-- 목록 페이지의 Post List 컴포넌트의 Links(Post page)에 연결
-- 실행 화면 ( 목록에서 선택시 ) : Layout(default) 미적용
-CMS
-- Pages, Partials, Layouts, Content, Assets, Components
-- SYSTEM : Updates & Plugins, Administrators, Customize back-end, Editor settings
-- MAIL : Mail Configuration, Mail templates
-- LOGS : Event log, Request log, Access log
관련 동영상 : Part2 Basic Concepts
http://watch-learn.com/series/making-websites-with-october-cms
사전 준비 : October CMS on Homestead 설치, http://printhelloworld.tistory.com/79
'Web Tech. > PHP, Web' 카테고리의 다른 글
Bootstrap 시작 하기 (0) | 2017.02.07 |
---|---|
3. OctoberCMS , Creating Themes (0) | 2017.01.20 |
OctoberCMS를 Laravel(라라벨) Homestead에 설치 (0) | 2017.01.12 |
Laravel 5.3(라라벨), Layouts, CSS & JS Part 1 , Part 2 , Form Post (0) | 2017.01.06 |
Laravel(라라벨) 5.3, Routes & Controllers for MVC (0) | 2017.01.06 |