Introduction This document is incomplete. Working on it still... This guide explains how to install phpShop 2.0 as it is currently in the source code repository. It is important to point out that the code in SVN is simply the application code. You still need to install the CakePHP library in order to get it to work correctly. Instructions follow: DetailsIn order to install phpShop 2.0 you will need to follow 3 primary steps: - Download CakePHP 1.2
- Checkout phpShop 2.0 code from SVN
- Run installer
Download CakePHP- Download CakePHP 1.2 by visiting: http://cakeforge.org/frs/?group_id=23. Be sure to grab the most recent version of CakePHP 1.2.
- Uncompress CakePHP inside your web directory. This will create a folder along the lines of cake-1.2...something/
unzip cake-1.2.XXX.zip - Rename the folder to phpshop/ (or whatever you prefer; for the purposes of this guide, we use phpshop/).
mv cake-1.2/ phpshop/ - Remove the app/ folder inside the phpshop/ directory.
rm -rf phpshop/app
Checkout phpShop 2.0 from SVN- Change to the phpshop/ directory.
cd phpshop/ - Checkout app/ folder from SVN.
svn checkout https://phpshop.googlecode.com/svn/trunk/phpshop2/app app - Run the set_permissions.sh script.
# sh app/set_permissions.sh - Open browser and point to the installation folder.
- Launch installation. Follow instructions.
Installation- The installer checks that requirements are met.
- The installer checks if database exists, if not gives you the option to create it.
- You must have a database with a user/password that has access to it.
- The installer will create tables with demo data.
- The installer will create the configuration file and write it directly to disk.
- You are done. Happy testing!
|
Hello, what is password and login svn
use this line ... without SSL Security
svn checkout http://phpshop.googlecode.com/svn/trunk/phpshop2/app app
Can you please remove docs and examples folders from the webroot/js/yui Those are absolutely useless, just takes too long when svn co-ing. Thanks.
What is svn username and password? I want to checkout in WIN ,need the username and password.
LOGIN!
There is a typo in the instructions! As per the comment by Andre you will need to change HTTPS to HTTP in order to be able to checkout the code.
Fab looking project though, going to give it a try with a project I have :)