Join us at https://unlwdn.slack.com
- run
git submodule init
- run
git submodule update
- run
cp config.sample.php config.inc.php
- run
cp www/sample.htaccess www/.htaccess
- run
composer install
Don't get composer through brew, as it is outdated in there. Instead get it at the composer website. - run
wget -r -nH -np -l 15 --cut-dirs=1 --reject "index.html*,*.LCK" http://wdn.unl.edu/wdn/ -P www/wdn/
to get the latest WDN stuff. - This misses an empty file that the code looks for. Run
touch www/wdn/templates_4.0/includes/wdnResources.html
- You need to compile the stuff. First,
npm install less-plugin-clean-css
This dependency is missing for some reason. - Now
make
. Your assets should now be compiled. - Set up a database by running
data/20230819-events-schema.sql
. This will create the db tables and insert any standard data. - customize config.inc.php and www/.htaccess to your environment.