본문 바로가기

공부/Linux

개인 개발 서버 설치 및 설정 (Ubuntu)

1. Ubuntu 설치 환경

  • VMWare 설치
    • Ubuntu 64-bit, CPU 1 core, RAM 1GB, 20GB
  • Ubuntu Version : Desktop 14.04.3 LTS (AMD, 64bit)

2. Ubuntu 설치 소프트웨어
  • Apache + PHP + mysql + phpMyAdmin 설치
    • http://luckyyowu.tistory.com/105
  • Apache + phpMyAdmin 연동 필요
    • http://www.kalcapt.net/blog/ubuntu-phpmyadmin-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/
  • redis
    • http://idroot.net/tutorials/how-to-install-redis-on-ubuntu-14-04/
    • 내용 중 service on/off시 redis service name은 redis_6379 --> redis-server임
    • default port: 6379
    • redis 설정
      • https://www.digitalocean.com/community/tutorials/how-to-configure-a-redis-cluster-on-ubuntu-14-04
  • mongodb
    • https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
    • default port: 27017

3. Ubuntu troubleshooting

  • ubuntu에서 키보드 오작동 시 해결 방법
    • http://sir.co.kr/pg_tip/10025
  • 방화벽 설정/해제
    • http://webdir.tistory.com/206
  • redis, mongodb는 VMWare 내 OS에 설치되어 있어, bind ip를 주석처리하여 모든 IP에서 바인딩될 수 있도록 설정을 풀어줌