DaqWikiManagement: Difference between revisions

From DaqWiki
Jump to navigation Jump to search
Line 27: Line 27:


open https://daqstore.triumf.ca/AgWiki/ - should give an internal error, a php exception
open https://daqstore.triumf.ca/AgWiki/ - should give an internal error, a php exception
edit LocalSettings.php


</pre>
</pre>

Revision as of 16:57, 4 January 2018

Links

Install (el7)

ssh ladd00
cd ~daqweb/mediawiki
rsync -av DaqWiki daqstore:/var/www/html/

ssh daqstore
cd /var/www/html
mv DaqWiki/core AgWiki
cd AgWiki
git fetch

git checkout REL1_30

cd skins/Vector
git fetch
git checkout REL1_30

cd extensions/WebEditor
git fetch
git checkout REL1_30

open https://daqstore.triumf.ca/AgWiki/ - should give an internal error, a php exception

edit LocalSettings.php


Misc