전체 글47 strapi란? strapi(Headless cms) strapi란? Back-End 개발의 최소한의 노력으로 가능하게 해주는 Framework이다. Back-End의 기본은 CRUD + DB + API(Service)로 볼수 있다. strapi 소스를 설치하고 실행하면, Admin Page를 통해 DB 생성 관리, RestAPI, Data CRUD가 가능하다. strapi 설치와 실행 준비 사항 nodejs 12.x 이상 버젼 postgre sql 또는 Mysql server vs code(필수 항목은 아님) 설치와 실행 strapi npm install, CLI 실행 strapi cli를 npm install을 통하여 설치한후 strapi프로젝트를 실행시키는 방법 install guide link strapi sou.. 2020. 9. 7. Headless cms CMS(Contents management system)는 개발자뿐 아니라 비개발자들도 한번은 들어봤을 법한 Word Press나 Wix등과 같은 기본적인 Back-end Server, Web-server, Front End 를 직접 코드개발없이 다양한 설정과 템플릿들의 배치로 생성해내는 효율적일 툴을 이야기 한다. Word Press 홈페이지 첫화면에서 바로 보이는 문구가 '쉽게 홈페이지를 만드세요' 이다. 이런 Platform의 특징은 대부분 게시판, 블로그등과 같은 느낌의 Front-end에 특화 되어 있는 경우가 많다, 하지만 근래에 급 부상중인 Headless cms는 일부 지원을 하긴 하지만 Presentation layer에 대한 기능과 지원이 전통적인 CMS들과 다르게 주된 기능이 아니다... 2020. 9. 4. NGINX uWSGI 연결하기 NGINX Hosting Setting, uWSGI uWSGI란? The uWSGI project — uWSGI 2.0 documentation Included components (updated to latest stable release) The Core (implements configuration, processes management, sockets creation, monitoring, logging, shared memory areas, ipc, cluster membership and the uWSGI Subscription Server) Request plugins (impleme uwsgi-docs.readthedocs.io uWSGI는 : WSGI는 웹서버와 웹앱을 연결해주는 인터페이.. 2020. 8. 5. NGINX 파일 HOSTING 하기(in linux ubuntu 18.04) NGINX hosting config 앞의 posting한 window와 거의 같지만, linux 계열에 설치된 nginx의 경우 config 파일의 위치나 구성이 약간 다릅니다. /etc/nginx/nginx.conf 의 경로에 파일이 nginx의 기본 config 파일 입니다. 또한 윈도우와 약간 다른 방식으로 설정을 할 것입니다. 현재 위의 nginx.conf 파일을 직접 수정하지 않고, nginx.conf가 include하는 다른 파일을 수정하여, 원래 기본 설정을 손대지 않은 상태에서 수정가능 하도록 해보겠습니다. 아래가 설치만 한상태의 nginx.conf 파일 입니다. server 설정부분이 없고, 대신, include라는 키워드가 보입니다. include /etc/nginx/sites-ena.. 2020. 3. 27. 이전 1 ··· 8 9 10 11 12 다음