VbzCart/docs/install: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (Created page with "This page will eventually need to include a lot more information, but for now the basic setup procedure is: * Clone the VbzCart Git repository into a folder of your choice, wh...") |
imported>Woozle No edit summary |
||
Line 1: | Line 1: | ||
This page will eventually need to include a lot more information, but for now the basic setup procedure is: | This page will eventually need to include a lot more information, but for now the basic setup procedure is: | ||
* Clone the VbzCart Git repository into a folder of your choice, which we'll call <code>[vbzcart base]</code>. | * Clone the [https://gitlab.com/woozalia/VbzCart/tree/ferreteria-v2/config VbzCart Git repository]<ref name=branch /> into a folder of your choice, which we'll call <code>[vbzcart base]</code>. | ||
* Copy the <code>[vbzcart base]/config</code> folder to a location outside of <code>[vbzcart base]</code>. | * Copy the <code>[vbzcart base]/config</code> folder to a location outside of <code>[vbzcart base]</code>. | ||
** We'll call this new location <code>[local config]</code>. | ** We'll call this new location <code>[local config]</code>. | ||
** My standard location for this is <code>/home/vbz/site/config/vbzcart</code> | |||
* Copy the <code>[local config]/examples</code> folder to <code>[local config]/local</code> | * Copy the <code>[local config]/examples</code> folder to <code>[local config]/local</code> | ||
* Modify each file to match your local environment, according to instructions in each file. | * Modify each file to match your local environment, according to instructions in each file. | ||
* Optional: modify files in <code>[local config]/portable</code> as needed. | * Optional: modify files in <code>[local config]/portable</code> as needed. | ||
* Install '''[[Ferreteria]]''' | * Install '''[[Ferreteria]]''' | ||
==Footnotes== | |||
<references> | |||
<ref name=branch>We're currently using the <code>ferreteria-v2</code> branch; this should probably become the master branch, once I figure out how.</ref> | |||
</references> |
Revision as of 00:27, 19 August 2019
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
- We'll call this new location
- 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
Footnotes
- ↑ We're currently using the
ferreteria-v2
branch; this should probably become the master branch, once I figure out how.