forked from PrestaShop/PrestaShop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
//added CONTRIBUTING.md CONTRIBUTORS.md README.md
- Loading branch information
vAugagneur
committed
Nov 22, 2012
1 parent
7858ae9
commit 0b62fec
Showing
3 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Contributing | ||
------------ | ||
|
||
PrestaShop is an open-source e-commerce solution - To contribute to our project, you can make pull requests on the development branch. | ||
If you need some help to make a [pull-request][1] | ||
All contributions must respect [the coding norm][2] and [the commit norm][3] in your pull-request. | ||
All core files you commit in your pull request must have Open Software License (OSL 3.0) | ||
All modules files you commit in your pull request must have Academic Free License (AFL 3.0) | ||
|
||
[1]: https://help.github.com/articles/using-pull-requests | ||
[2]: http://docs.prestashop.com/display/PS15/Coding+Standard | ||
[3]: http://docs.prestashop.com/display/PS15/Commit+norme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
CONTRIBUTORS | ||
============ | ||
|
||
- DamienMetzger | ||
- François Gaillard | ||
- Rémi Gaillard | ||
- Vincent Augagneur | ||
- aFolletete | ||
- aKorczak | ||
- aNiassy | ||
- bLeveque | ||
- bMancone | ||
- dMetzger | ||
- dSevere | ||
- fBrignoli | ||
- fSerny | ||
- gBrunier | ||
- gCharmes | ||
- gPoulain | ||
- hAitmansour | ||
- jBreux | ||
- jObregon | ||
- jmCollin | ||
- lBrieu | ||
- lCherifi | ||
- lLefevre | ||
- mBertholino | ||
- mDeflotte | ||
- mMarinetti | ||
- nPellicari | ||
- rGaillard | ||
- rMalie | ||
- rMontagne | ||
- sLorenzini | ||
- sThiebaut | ||
- tDidierjean | ||
- vAugagneur | ||
- vChabot | ||
- vKham | ||
- vSchoener |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
README | ||
====== | ||
![PrestaShop](http://www.prestashop.com/images/banners/general/prestashop_728x90.png "PrestaShop") | ||
|
||
PREPARATION | ||
-------- | ||
|
||
To install PrestaShop, you need a remote web server or on your computer (MAMP), with access to a database like MySQL. | ||
You'll need access to phpMyAdmin to create a database and to indicate the information in the database in the installer. | ||
|
||
If you do not host and unable to create your store, we offer a turnkey store, which lets you create your online store in less than 10 minutes without any technical knowledge. | ||
We invite you to visit: [http://www.prestabox.com][1] | ||
|
||
INSTALLATION | ||
-------- | ||
|
||
Simply go to your PrestaShop web directory and use installer :-) | ||
|
||
If you have any PHP error, perhaps you don't have PHP5 or you need to activate it on your web host. | ||
Please go to our forum to find pre-installation settings (PHP 5, htaccess) for certain hosting services (1&1, Free, Lycos, OVH, Infomaniak, Amen, GoDaddy, etc). | ||
|
||
English webhost [specifics settings][2] | ||
|
||
|
||
If you don't find any solution to launch installer, please post on [our forum][3] | ||
|
||
|
||
There are always solutions for your issues ;-) | ||
|
||
DOCUMENTATION | ||
-------- | ||
|
||
For any extra documentation (how-to), please read our [Online documentation][4] | ||
|
||
|
||
FORUMS | ||
-------- | ||
|
||
You can also discuss, help and contribute with PrestaShop community on [our forums][5] | ||
|
||
|
||
Thanks for downloading and using PrestaShop e-commerce Open-source solution! | ||
|
||
[1]: http://www.prestabox.com | ||
[2]: http://www.prestashop.com/forums/topic/2946-pre-installation-settings-php-5-htaccess-for-certain-hosting-services/ | ||
[3]: http://www.prestashop.com/forums/forum/7-installing-prestashop/ | ||
[4]: http://doc.prestashop.com | ||
[5]: http://www.prestashop.com/forums/ |