Skip to content

yardasol/wrbaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wrbaa

Welcome to the home of the WRBAA website!

Installation

Requirements

Installing

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!

Releases

No releases published

Packages

No packages published