Server/NodeJS1 ubuntu22.04에 apache2, nodejs, postgresql 설치 1. 저장소 업데이트 apt update && apt upgrade 2. 아파치 설치apt install apache2service apache2 start 3. postgresql 설치apt install postgresql postgresql-contribpsql --versionservice postgresql start 4. nodejs npm 설치apt updateapt install nodejs npmnode -v 5. node 서버를 띄울 계정으로 로그인 후 - nvm 설치curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bashsource ~/.bashrc 6. node 최신 목록 조회nvm list-rem.. 2024. 11. 13. 이전 1 다음