Revision history for AdminReleaseCheckList142
Additions:
<<
Additions:
Check out current branch:
%%
git pull
git checkout <version>
%%
Prepare the install:
%%
crontab -e <-- disable resetDemoDB.pl
chmod 0777 wikka.config.php
chmod 0777 config
echo "password" > locked
%%
Refresh demo page, then dump updated DB to sql/demo.sql
%%
crontab -e <-- re-enable resetDemoDB.pl
chmod 0544 wikka.config.php
chmod 0755 config
rm locked
%%
%%
git pull
git checkout <version>
%%
Prepare the install:
%%
crontab -e <-- disable resetDemoDB.pl
chmod 0777 wikka.config.php
chmod 0777 config
echo "password" > locked
%%
Refresh demo page, then dump updated DB to sql/demo.sql
%%
crontab -e <-- re-enable resetDemoDB.pl
chmod 0544 wikka.config.php
chmod 0755 config
rm locked
%%