TracNav menu
-
1.0
- User Guide
-
2.0 (Under Development)
-
About:
- PhpShop
- Features
- Support
- Getting Started
- About CakePHP
- Authors
- Contributors
-
Help
- Documentation
- Report a Bug
-
Developers:
- Getting the Code
- PhpShop API
- Coding standards
- Version Numbers
- Release checklist
-
Proposals:
- Contributing to PhpShop
- Global Settings
- Helpers in PhpShop?
- To Do List?
Getting the Code
Distributions of the code will be available in .zip and .tar.gz compression format. This should cover both Windows and Unix users.
There are no releases yet.
Get Source Code
To download the code you need an svn client.
svn co http://svn.phpshop.org/2.0/trunk/app app
Need Help?
Read the Subversion Book.
The Subversion repository URL for the phpShop project is:
http://svn.phpshop.org/
SVN Clients
You can find a comprehensive list of SVN clients at tigris.
Checking Out Repository
Before checking out of the repository, you should download CakePHP, uncompress it, and then rename the top-level folder to phpshop.
This will create a directory structure as follows:
phpshop/ ...app/ ...cake/ ...docs/ ...vendors/
Next, change into the phpshop/ directory and then remove the app/ folder. While in the phpshop/ folder, issue the following command:
svn co http://svn.phpshop.org/2.0/trunk/app app
This will create a directory called app/ in your current folder.
We assume you are installing the application inside your document root, meaning that
will load the contents of the folder.
Code Contributions
Naturally, contributions in source code form are more than welcome. Please post patches by submitting a new ticket for review and merging.
If you think you should have write-permission to the code repository, please contact pablo in the forums.
