file upload 썸네일형 리스트형 CentOS 7에 Node.js와 npm을 설치하는 방법 CentOS 7에 Node.js와 npm을 설치하는 방법NodeSource yum 저장소 추가https://github.com/nodesource/distributions1. EPEL 저장소 추가 및 curl 패키지 설치sudo yum install -y epel-releasesudo yum install -y curl2. NodeSource 저장소 추가curl -fsSL https://rpm.nodesource.com/setup_17.x | sudo bash -$ curl -fsSL https://rpm.nodesource.com/setup_17.x | bash -## Installing the NodeSource Node.js 17.x repo...## Inspecting system...+ rpm .. 더보기 Simple HTTP File Upload Server Simple HTTP File Upload Server간단한 파일 업로드 및 다운로드 서버1. docker-compose 파일 생성vim docker-compose.ymlversion: '3'services: upload-server: image: julienmeerschart/simple-file-upload-download-server container_name: upload-server hostname: upload-server restart: unless-stopped environment: SERVER: "http://fb.sangchul.kr" volumes: - ./result:/app/uploads expose: - 300.. 더보기 이전 1 다음