VbzCart/docs/install
Jump to navigation
Jump to search
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 at
[git@gitlab.com:woozalia/VbzCart.git
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)
Woozle's setup
Some specifics of how I usually set things up these days (on a virtual server, where <$HOME> is the home folder of the virtual domain's user account (e.g. /home/vbz/domains/wdev.vbz.net
for the dev instance I'm currently setting up):
in progress