Ferreteria/install

From Woozle Writes Code
< Ferreteria
Revision as of 00:25, 19 August 2019 by htyp>Woozle (Created page with "* Clone the [https://gitlab.com/woozalia/ferreteria/tree/v2 Ferreteria Git repository] <ref name=branch /> into a folder of your choice, which we'll call <code>[ferreteria bas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Clone the Ferreteria Git repository [1] into a folder of your choice, which we'll call [ferreteria base].
  • Copy the [ferreteria base]/config folder to a location outside of [ferreteria base].
    • We'll call this new location [local config].
    • My standard location for this is /home/<user>/site/config/ferreteria
  • Optional: Modify each file to match your local environment, according to instructions in each file.
    • There's currently only one file, const.php, and it normally won't need modifying.

Footnotes

  1. We're currently using the v2 branch; this should probably become the master branch, once I figure out how. The v3 branch probably needs to be started over again.