Skip to main content

Posts

Showing posts from August, 2013

Nitrous 를 putty와 filezillar로 사용

Nitrous 를 putty와 filezillar로 사용 ㅇ putty 다운로드 http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html puttygen.exe, putty.exe, pageant.exe 다운로드 ㅇ putty 설정 PuTTYgen.exe Generate button > 마우스 흔들기 > Save pubic Key, Save private Key > Key 텍스트복사 https://www.nitrous.io/app#/public_keys 에서 복사된 key 입력 Putty 셋팅 https://www.nitrous.io/app#/boxes 에서 SSH URI 확인 예를 들어 ssh://actiontest@apne1.actionbox.io:12345 Host name : apne1.actionbox.io Port : 12345 Connection > Data > Auto-login username : actiontest Connection > SSH > Auth > Private key file for authenticatin 에 아까 생성한 private key 선택 Open http://help.nitrous.io/ssh-windows/ 참조 ㅇ fileillar 사용 pageant.exe 실행 Add Key 클릭 후 아까 생성한 private key 선택 fileillar site 추가 host : apne1.actionbox.io port : 12345 protocol : SFT 로그온 유형 : 일반 사용자 : actiontest 비밀번호 : 없음

rails 설치와 IDE 구성 경험 공유

ㅇ rails 설치와 IDE 구성 경험 공유 1. windows에서 설치 => 결론 : rails 설치는 정말 쉽습니다만 IDE의 서버 기동을 제대로 하지 못했습니다. IDE의 디버깅 기능을 하면 다음의 오류가 발생합니다. Can't initialize a new Rails application within the directory of another, please Type 'rails' for help. 총 3대의 윈도우 pc에서 동일한 오류가 발생하였습니다. (ROR, aptana studio 3의 버전에 상관없이 발생 ㅜㅜ) 1.1 ROR : RailInstaller 설치 - http://railsinstaller.org 도스 콘솔에서는 아무 문제 없이 동작합니다. 1.2 IDE : aptana studio 3 또는 netbeans 설치 1.3 rails debugger gem 설치 gem install ruby-debug-ide 2. ubuntu에서 설치 => 결론 : IDE의 debugging 사용 가능 2.1 ROR : rvm로 설치 ㅇ rvm 설치 \curl -L https://get.rvm.io | bash -s stable ㅇ ruby 설치 vi .bashrc export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin::/usr/local/rvm/bin rvm install 1.9.3 ㅇ rails 설치 gem install rails --no-ri --no-rdoc --version=3.2.14 알수 없는 오류로 이것 저것 조치함... (아래 * ROR 설치 시 오류) 2.2 IDE : aptana studio 3에서 성공 2.3 rails debugger gem 설치 gem install ruby-d

Ubuntu GUI with VNC on Xenserver

Xenserver 에서 Ubuntu GUI 를 쓰기 위해서는 VNC 가 답인 듯... Installing Ubuntu Gnome GUI on Ubuntu Server 12.10 with VNC Update Repositories # apt-get update Install gnome and vnc: # apt-get install gnome-core vnc4server Start VNC Server: # vncserver (You’ll then be prompted to create and verify a new VNC connect password) Kill the currently running VNC Session: # vncserver -kill :1 Edit VNC startup config file: # vim .vnc/xstartup Uncomment the following line: unset SESSION_MANAGER Add the following line: gnome-session --session=gnome-classic & Comment Out the following two lines: x-terminal-emulator -geometry 1280x1024+10+10 -ls -title "$VNCDESKTOP Desktop" & x-window-manager & End result should look like: #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc gnome-session --session=gnome-classic & [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/

[Ruby on Rails] aptana studio3 에서 git / svn plug-in 설치

안녕하세요. aptana studio3 에서 git / svn plug-in 설치 시 오류가 발생합니다. 따라서 aptana studio3를 직접 다운 받지 말고 개별 설치 해야 한다.  (http://www.aptana.com/products/studio3) 설치 순서 방법은 다음과 같다.   1. Eclipse Standard 4.3, 198 MB http://www.eclipse.org/downloads/ 2. aptana aptana - http://download.aptana.com/studio3/plugin/install 3. egit egit - http://download.eclipse.org/egit/updates 4. subclipse subclipse - http://subclipse.tigris.org/update_1.8.x