VbzCart/docs/install: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle No edit summary |
imported>Woozle No edit summary |
||
Line 1: | Line 1: | ||
'''Prerequisites''': Linux, [[PHP]] 7, [[MySQL]]-workalike, [[Apache web server|Apache]]. | |||
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 [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>. | * 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>. |
Revision as of 17:31, 1 September 2019
Prerequisites: Linux, PHP 7, MySQL-workalike, Apache.
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
- Set up database and tables (instructions to be written)
Footnotes
- ↑ We're currently using the
ferreteria-v2
branch; this should probably become the master branch, once I figure out how.