웹디벨로퍼 노트
magento install subdirectory
http://www.magentocommerce.com/wiki/groups/227/installing_magento_via_shell_ssh#root_web_directory
" target="_blank">http://www.magentocommerce.com/wiki/groups/227/installing_magento_via_shell_ssh#root_web_directory">http://www.magentocommerce.com/wiki/groups/227/installing_magento_via_shell_ssh#root_web_directory
With Sample Data
This is typically how Magento is installed, especially if you want to familiarize yourself with Magento and see how they setup categories and products. mkdir SUBDIRECTORY cd SUBDIRECTORY wget http://www.magentocommerce.com/downloads/assets/1.3.2.3/magento-1.3.2.3.tar.gz" href="http://www.magentocommerce.com/downloads/assets/1.3.2.3/magento-1.3.2.3.tar.gz" rel="nofollow">http://www.magentocommerce.com/downloads/assets/1.3.2.3/magento-1.3.2.3.tar.gz wget http://www.magentocommerce.com/downloads/assets/1.2.0/magento-sample-data-1.2.0.tar.gz" href="http://www.magentocommerce.com/downloads/assets/1.2.0/magento-sample-data-1.2.0.tar.gz" rel="nofollow">http://www.magentocommerce.com/downloads/assets/1.2.0/magento-sample-data-1.2.0.tar.gz tar -zxvf magento-1.3.2.3.tar.gz tar -zxvf magento-sample-data-1.2.0.tar.gz mv magento-sample-data-1.2.0/media/* magento/media/ mv magento-sample-data-1.2.0/magento_sample_data_for_1.2.0.sql magento/data.sql mv magento/* magento/.htaccess . chmod o+w var var/.htaccess app/etc chmod -R o+w media mysql -h DBHOST -u DBUSER -pDBPASS DBNAME < data.sql ./pear mage-setup . ./pear install magento-core/Mage_All_Latest-stable rm -rf downloader/pearlib/cache/* downloader/pearlib/download/* rm -rf magento/ magento-sample-data-1.2.0/ rm -rf magento-1.3.2.3.tar.gz magento-sample-data-1.2.0.tar.gz data.sql
Subdirectory |
For this install, there are five things you will need to know before you copy and paste the SSH commands and run the install.
-
Subdirectory name where Magento will be installed
-
The database host name, localhost works for most
-
The name of the database that Magento will use
-
The username that has privileges to use the database
-
The password for that user
-
mkdir SUBDIRECTORY
-
cd SUBDIRECTORY
-
-
wget http://www.magentocommerce.com/downloads/assets/ class="nu0">1.2.0/magento-sample-data-1.2.0.tar.gz
-
tar -zxvf magento-1.3.2.3.tar.gz
-
tar -zxvf magento-sample-data-1.2.0.tar.gz
-
mv magento-sample-data-1.2.0/media/* magento/media/
-
mv magento-sample-data-1.2.0/magento_sample_data_for_1.2.0.sql magento/data.sql
-
mv magento/* magento/.htaccess .
-
chmod o+w var var/.htaccess app/etc
-
chmod -R o+w media
-
mysql -h DBHOST -u DBUSER -pDBPASS DBNAME < data.sql
-
[jiyoung2@localhost ~] su root
Password: 패스워드 입력
[root@localhost ~]#
-
-
-
./pear mage-setup . Go to subdirectory and commend
-
./pear install magento-core/Mage_All_Latest-stable
-
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*
-
rm -rf magento/ magento-sample-data-1.2.0/
-
rm -rf magento-1.3.2.3.tar.gz magento-sample-data-1.2.0.tar.gz data.sql
mv -f .htaccess .htaccess.old
번호 | 제목 | 작성자 | 작성일 | 추천 | 조회 |
46 |
느려지는 컴퓨터 제 속도 내게 하는 법
ItaewonianJiyoung
|
2009.09.04
|
추천 0
|
조회 729
|
ItaewonianJiyoung | 2009.09.04 | 0 | 729 |
45 |
컴퓨터 시동부터 윈도우 부팅까지 나타나는 증상
ItaewonianJiyoung
|
2009.09.04
|
추천 0
|
조회 720
|
ItaewonianJiyoung | 2009.09.04 | 0 | 720 |
44 |
시스템 복원
ItaewonianJiyoung
|
2009.09.04
|
추천 0
|
조회 649
|
ItaewonianJiyoung | 2009.09.04 | 0 | 649 |
43 |
subdirectory installation htaccess 500 error
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 8901
|
ItaewonianJiyoung | 2009.08.28 | 0 | 8901 |
42 |
마젠토 커넥트로 새 테마 다운받을 때 에러난 경우
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 16307
|
ItaewonianJiyoung | 2009.08.28 | 0 | 16307 |
41 |
마젠토 위키
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 8034
|
ItaewonianJiyoung | 2009.08.28 | 0 | 8034 |
40 |
cgi-bin ftp로 접근 못할때 직접 putty로 파일 업로드하기
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 27386
|
ItaewonianJiyoung | 2009.08.28 | 0 | 27386 |
39 |
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘1’ for key ‘PRIMARY’
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 9063
|
ItaewonianJiyoung | 2009.08.28 | 0 | 9063 |
38 |
Error: Please check for sufficient write file permissions
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 8796
|
ItaewonianJiyoung | 2009.08.28 | 0 | 8796 |
37 |
마젠토 디자인 변경
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 12456
|
ItaewonianJiyoung | 2009.08.28 | 0 | 12456 |
36 |
로컬 호스트로 들어가서 데이터 베이스 생성하기
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 48408
|
ItaewonianJiyoung | 2009.08.28 | 0 | 48408 |
35 |
Magento template
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 6992
|
ItaewonianJiyoung | 2009.08.28 | 0 | 6992 |
34 |
KOREAIDC lady PHP info file file commend
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 6898
|
ItaewonianJiyoung | 2009.08.28 | 0 | 6898 |
33 |
특정 디렉토리 하위나 파일의 퍼미션 변경 find 파일찾기
ItaewonianJiyoung
|
2009.08.28
|
추천 0
|
조회 56275
|
ItaewonianJiyoung | 2009.08.28 | 0 | 56275 |
32 |
다중언어 해외 쇼핑몰 솔루션의 필수 기능?
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 6140
|
ItaewonianJiyoung | 2009.08.25 | 0 | 6140 |
31 |
extension SSH install via putty, permission 777 (1)
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 10933
|
ItaewonianJiyoung | 2009.08.25 | 0 | 10933 |
30 |
Upgrading Magento Via SSH
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 6684
|
ItaewonianJiyoung | 2009.08.25 | 0 | 6684 |
29 |
리눅스 접속 및 테이블 생성 명령어 (2)
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 87053
|
ItaewonianJiyoung | 2009.08.25 | 0 | 87053 |
28 |
리눅스 압축 해제 명령어
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 8303
|
ItaewonianJiyoung | 2009.08.25 | 0 | 8303 |
27 |
데이터베이스 생성하기 (1)
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 13705
|
ItaewonianJiyoung | 2009.08.25 | 0 | 13705 |
26 |
리눅스 압축 명령어들 (1)
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 24388
|
ItaewonianJiyoung | 2009.08.25 | 0 | 24388 |
25 |
my PHP admin 설치
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 8334
|
ItaewonianJiyoung | 2009.08.25 | 0 | 8334 |
24 |
web install error
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 6359
|
ItaewonianJiyoung | 2009.08.25 | 0 | 6359 |
23 |
magento install subdirectory
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 12710
|
ItaewonianJiyoung | 2009.08.25 | 0 | 12710 |
22 |
su root
ItaewonianJiyoung
|
2009.08.25
|
추천 0
|
조회 10864
|
ItaewonianJiyoung | 2009.08.25 | 0 | 10864 |