2009년 12월 02일
heroku : 가져올때
http://docs.heroku.com/collab
에서 해보고 부족한 부분 채워넣기

1. git clone git@heroku.com:APPNAME.git -o production (오호 production 기준이었어?)
2. ssh 인증 물으면 솔직히 대답한다. 귀찮다. 내가 왜 passphrase 를 넣었던가 잠시 후회한다.
3. 인증이 되면 현재 디렉토리 아래에 APPNAME인 디렉토리를 생성하면서 가져온다.
4. git remote add heroku git@heroku.com:
APPNAME.git 해서 노예계약

Push (SVN/CVS 에서 Update 개념)
1. git push
2. 끝

Pull (Commit 개념)
1. git commit -a -m "커밋 메시지"
2. git push heroku master


by spectrum | 2009/12/02 18:37 | 설정 | 트랙백 | 덧글(0)
2009년 12월 02일
heroku : 변경하고 commit 하기
heroku 시작하기

1. git status 확인
2. git add .
3. git commit -m "<커밋하면서 남길 메시지>"
여기까지 로컬 완료.
4. git push heroku master

귀찮으니까
goheroku.bat 같은거 만들어서
@echo off
git status
git add .
git commit -m "%1"
pause

이렇게 해줘도 좋겠다.

by spectrum | 2009/12/02 03:05 | 수련 | 트랙백 | 덧글(0)
2009년 12월 02일
heroku : git push 가 잘 안될때 : fatal: 'heroku' does not appear to be a git repository
heroku 시작하기
에서 언급한 것처럼 하면 보통을 될꺼다. 아마도

하지만
>> git push heroku master
fatal: 'heroku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
이런 오류를 만난다면?

windows 에서 이렇게 안된다는 사람들이 꽤 있는데
아무리 찾아도 없다가 결국 google groups 에 친절한 분이 답해주신 걸 발견

f you are in the rails directory type:
git remote -v

That will say where you are hooked up

Hopefully you will see an origin or heroku

If so, try again

If not:
Find out your git url:
heroku list
heroku info --app <app name>

Find the git: url

git remote add heroku <git url>

Hope that fixes it

Also, ensure you have your ssh key setup

아아 겁나 친절하셔.
그러니까 remote 에 연결하는 과정을 해줘야한다.



* 한줄요약 : git remote add heroku git@heroku.com:<app name>.git 한뒤 git push heroku master 해보자
by spectrum | 2009/12/02 02:37 | 설정 | 트랙백 | 덧글(0)
2009년 11월 30일
heroku 시작하기
3step 입니다.

1. 작성한 Rails Application 에서 heroku create <project명>
2. git push heroku master
3. heroku open


by spectrum | 2009/11/30 21:00 | 설정 | 트랙백(2) | 덧글(0)
2009년 11월 29일
Android 2.0 환경 설정 (Windows)
준비

1. JDK
2. http://developer.android.com/sdk/index.html 에서 http://developer.android.com/sdk/download.html?v=android-sdk_r3-windows.zip 받기
3. http://www.eclipse.org/downloads/ 에서 http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-java-galileo-SR1-win32.zip 받기

설치

1. Eclipse 실행
2. Help / Install New software 선택
3. Work With 에 adroid plugin - https://dl-ssl.google.com/android/eclipse/ 넣어주고 Pending 대기 후 Developer Tools 체크
4. Window / Preferences 에서 Android 선택
5. 준비:2 에서 받은 압축을 푼 경로를 SDK Location 에 지정 <android 설치경로>\android-sdk-windows
6. Window / Android SDK and AVD Manager 선택
7. Available Packages 선택
8. 체크하고 전부 설치 (API 5이전 버전은 설치 안해도 무방)
9. Virtual Device 선택
10. New누르고 Target 선택 (ex: Adroid 2.0 - API Level 5)
11. 기기명(ex: android)을 Name 에 입력 후 Create AVD

실행

1. Window / Android SDK and AVD Manager 선택
2. Virtual Device 선택
3. 생성한 기기명 선택 후 Start 클릭
4. 에뮬 뜨고 똥한번 싸자. 존나 느리다.

소스 가져오기 및 Git 설치
http://hightin.tistory.com/16 참조
by spectrum | 2009/11/29 02:56 | 모바일 | 트랙백 | 덧글(0)
2009년 11월 26일
windows에서 Git 사용하기
http://code.google.com/p/msysgit/ 에서 윈도우즈판 다운로드

시작>Git GUI 실행후
메뉴>Help>Show SSH Key 선택
Generate Key 버튼을 눌러서 Key 생성.


Heroku 에 Project 생성

>heroku create udidit
Enter your Heroku credentials.
Email: <e-mail>
Password: <password>
Uploading ssh public key C:\Users\grv/.ssh/id_rsa.pub
Created http://udidit.heroku.com/ | git@heroku.com:udidit.git
by spectrum | 2009/11/26 18:37 | 설정 | 트랙백 | 덧글(0)
2009년 10월 05일
ubuntu bluetooth mouse 안될때
http://www.ubuntu.or.kr/viewtopic.php?p=28053

페어링 상태로
sudo hidd --search
해본다.
by spectrum | 2009/10/05 04:10 | 잔대가리 | 트랙백 | 덧글(0)
2009년 10월 05일
ubuntu 9.04 노트북 소리가 안날때 (ALC880) 체크해볼 것
https://help.ubuntu.com/community/HdaIntelSoundHowto

sudo vi /etc/modprobe.d/alsa-base.conf
맨 마지막줄에
options snd-hda-intel model=<제조사>
를 추가해본다.

ex)
options snd-hda-intel model=lg
options snd-hda-intel model=uniwill
options snd-hda-intel model=fujitsu
options snd-hda-intel model=tcl

듣보잡 모델일 경우 골치 아플지도.

by spectrum | 2009/10/05 04:00 | 잔대가리 | 트랙백 | 덧글(0)
2009년 06월 04일
ubuntu에서 cubase를 쓰기위한 Wine설정법
- wine 1.1.2
- jack

- gdiplus, dotnet20, msxml3, with winetricks ( http://wiki.winehq.org/winetricks )

- install wineasio by this script:

#!/bin/bash
# by Sandy Sandgreen
# Install wineasio 0.7.3 on Ubuntu 8.04
#
# Thanks to Jacklab for the wineasio source
# but also to David Hayes and AlanPoPo who both made a great howto
#
echo "This script will download and install wineasio" ;
echo "This might take awhile, please be patient" ;
echo "First it will install the latest wine, jack and some other usefull stuff" ;
sudo apt-get -y install wine wine-dev libjack0.100.0-dev qjackctl build-essential
echo "Configuring wine" ;
wineprefixcreate -w
mkdir -p ~/wineasio_tmp
cd ~/wineasio_tmp
echo "REGEDIT4" >> alsa.reg
echo "[HKEY_CURRENT_USER\Software\Wine\Drivers]" >> alsa.reg
echo '"Audio"="alsa"' >> alsa.reg
wine regedit alsa.reg
echo "Then it will download the wineasio driver and place it in your wine-folder" ;
wget http://www.sandgreen.dk/xt2/files/wineasio_0.7.3/wineasio.dll.so
chmod u+rwx wineasio.dll.so
sudo mv wineasio.dll.so /usr/lib/wine/
rm -Rf ~/wineasio_tmp
regsvr32 wineasio.dll
sudo ln -s /usr/lib/libjack-0.100.0.so.0 /usr/lib/libjack.so.0
echo "All done :-) ... Now you can use the win-version of EnergyXT2 (or Reaper) with wineasio" ;
echo "Press [ENTER] to close the shell"
read


- start jack

-run cubase and select vst connection => link output to correct portdevices (try it with a vst press "F11"...) and it should soundz!!!
by spectrum | 2009/06/04 05:03 | 설정 | 트랙백 | 덧글(0)
2009년 05월 24일
분명 나와 별 인연은 없는 사람일 터인데
그래 사람은 누구나 죽으니까.
언제가 되었든
어떻게 되었든 말이지.

어?




갑자기 눈물이 멈추지 않는다.
또 무언가 마음속에 소중했던 파편 하나가 없어져 버린거다.

윤회를 믿지 않지만 이 말밖엔 할 수 없습니다.
가는 길 편안히 가십시오.
산 사람도 그렇지 않은 사람도 욕되지 않게.
by spectrum | 2009/05/24 14:56 | 안녕하십니다 | 트랙백 | 덧글(0)


<< 이전 페이지 | 다음 페이지 >>