liqiusheng / silverstripe-ecommerce

Automatically exported from code.google.com/p/silverstripe-ecommerce
0 stars 0 forks source link

eCommerce Installer #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We should create our own adaptation of the SS installer and package the whole 
module into one zip file to help people quickly/easily install eCommerce.

https://github.com/silverstripe/silverstripe-installer

Original issue reported on code.google.com by jeremybu...@gmail.com on 7 Apr 2011 at 4:09

GoogleCodeExporter commented 8 years ago
how it works:

1. one zip file, including Silverstripe, CMS, etc...

2. zip file should it include extra modules? that can be turned on or turned off

3. install screen to complete details - it basically updates the _config files 
or removes them (for modules you do not need).

Original comment by nfranc...@gmail.com on 11 Apr 2011 at 5:53

GoogleCodeExporter commented 8 years ago
maybe we should create a bash installer aswell for the advanced.
my latest setup was something like this:

first install silverstripe

cd silverstripe-project

svn checkout https://silverstripe-ecommerce.googlecode.com/svn/trunk/ ecommerce
git clone https://github.com/silverstripe-labs/silverstripe-payment.git payment

#the following might be done via script
copy content of: ecommerce/_config.php to mysite/_config.php
#here might be a prompt
insert admin email (else it would throw an error in dev/build that might be 
overseen --especially on smaller screens ;))

#for other then en|us|au|nz settings:
#here might be a prompt
set language i18n settings in _config

svn checkout https://silverstripe-i18n-fieldtypes.googlecode.com/svn/trunk/ 
i18n-fieldtypes
#the following might be done via script
uncomment necessary settings in mysite/_config.php

#finally build via cli
dev/build?flush=all

Original comment by ivo.bathke@gmail.com on 18 Apr 2011 at 10:41

GoogleCodeExporter commented 8 years ago
Ivo, those are great ideas! It would be good to have a form for setting up all 
the configs. 

Original comment by nfranc...@gmail.com on 1 Nov 2011 at 9:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by jeremybu...@gmail.com on 10 Jun 2012 at 9:58