曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.かつては雑草やヨモギと共に雨や露を分かち合っていたが、今では松やヒノキと共に霜や雪に耐えている。曾与蒿藜同雨露,Once sharing rain and dew with weeds and wormwood, now enduring frost and snow with pines and cypresses.终随松柏到冰霜.曾与蒿藜同雨露한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.,终随松柏到冰霜.譖セ荳手珍阯懷酔髮ィ髴イ�檎サ磯囂譚セ譟丞芦蜀ー髴�曾与蒿藜同雨露,鏇句笌钂胯棞鍚岄洦闇诧紝缁堥殢鏉炬煆鍒板啺闇�终随松柏到冰霜.曾与蒿藜同雨露,한때 잡초와 쑥과 함께 비와 이슬을 나누던 곳이 이제는 소나무와 삼나무와 함께 서리와 눈을 견뎌내고 있다.终随松柏到冰霜.曾与蒿藜同雨露,终随松柏到冰霜.
1. We use __config.php to reset the theme to the previous one if the version is less than 3.0
2. PHP REQUIREMENT LINK: https://docs.silverstripe.org/en/6/getting_started/server_requirements/ and /vendor/composer/platform_check.php
3. We have disabled upgrade in 4.0.0 because it requires migration with composer. https://docs.silverstripe.org/en/6/upgrading/#manual
Try to add from next version.
4. Download package through composer because vendor sometimes give large package through their website downloads.
curl -sS https://getcomposer.org/installer | php
php composer.phar create-project silverstripe/installer {{path to stripe}} {{version}}
5. Keep SS_ENVIRONMENT_TYPE="live" before running the installation command
6. Install with following command as "soft" user from CLI because script has removed it's UI installation since 4.5.0 version.
vendor/bin/sake db:build
7. Add SS_DEFAULT_ADMIN_USERNAME and SS_DEFAULT_ADMIN_PASSWORD while installing manually to define username and password.
8. We have disabled install on windows because symlink issue since 4.4.1
9. We have kept version 4.5.2 in info.xml, because version released was 4.5.2 but however inside admin panel it shows 4.5.1, because they have changed their versioning scheme and its mentioned in the link below. They have different module versions for framework , recipe and cms and in admin panel the version indicator used is of cms which has 4.5.1 version.
Also we have used 'silverstripe/recipe-cms' version i.e 4.5.2 in composer.lock to import version as 4.5.2, instead of 'silverstripe/cms' which holds version 4.5.1.
https://github.com/silverstripe/silverstripe-installer/issues/276
(Version 4.5.2)
10. If you face error on accessing silver stripe admin panel in manual installation, try deleting server's /tmp/silver**** directory multiple times.
11. Take SQL dump after point no 6, command is fully executed. [Not required now]
12. admin files in .graphql-generated and /public/_graphql are generated post uploading files, hence not moved in our package.
13. Keep DB Collation utf8mb4_unicode_ci in manual https://docs.silverstripe.org/en/6/getting_started/server_requirements/#default-mysql-collation