Welcome to the home of the WRBAA website!
- php 7.4.7 or higher
- apache server
- fatfree-core, the backbone of this website
- f3-access, used for creating secure access
- plume-css, used to make things look pretty
You must first install PHP and apache server. Once you have those set up, run the following snippet in the terminal in a directory of your choice (ideally where your apache server points to). It should get all your files set up!
git clone https://github.com/yardasol/wrbaa/;
cd wrbaa; mkdir tmp; mkdir packages;
cd packages;
git clone https://github.com/bcosca/fatfree-core
git clone https://github.com/xfra35/f3-access
git clone https://github.com/felippe-regazio/plume-css
cd tmp; mkdir cache; mkdir logs; mkdir sessions;
cd ../../; sudo chmod -R 777 wrbaa; cd wrbaa
mv -r fatfree-core packages/fatfree-core
mv -r f3-access packages/f3-access
mv -r plume-css packages/plume-css
Be sure to read the documentation for each of these packages!