VbzCart/install

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart
Revision as of 00:33, 19 August 2019 by Woozle (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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]/config folder 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
  • Copy the [local config]/examples folder to [local config]/local
  • Modify each file to match your local environment, according to instructions in each file.
  • Optional: modify files in [local config]/portable as needed.
  • Install Ferreteria
  • Set up database and tables (instructions to be written)

Footnotes

  1. We're currently using the ferreteria-v2 branch; this should probably become the master branch, once I figure out how.