VbzCart/install
Jump to navigation
Jump to search
This page will eventually need to include a lot more information, but for now the basic setup procedure is:
- Clone the VbzCart Git repository[1] into a folder of your choice, which we'll call
[vbzcart base]. - Copy the
[vbzcart base]/configfolder to a location outside of[vbzcart base].- We'll call this new location
[local config]. - My standard location for this is
/home/vbz/site/config/vbzcart
- We'll call this new location
- Copy the
[local config]/examplesfolder to[local config]/local - Modify each file to match your local environment, according to instructions in each file.
- Optional: modify files in
[local config]/portableas needed. - Install Ferreteria
Footnotes
- ↑ We're currently using the
ferreteria-v2branch; this should probably become the master branch, once I figure out how.