From 7fe036029ad666205033f5f636a01a7a92e53524 Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 9 Aug 2023 19:59:56 +0000 Subject: [PATCH] fix wrong command in Clone the Repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 618d9d1..8ceef4f 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Run the installer. Default settings are acceptable. - Git must be installed on the host system. [See Server Setup – Install Git](#install-git) for instructions on installing. ### Clone the repo 1. Open a terminal to the root of the C drive, or wherever the production code will reside. -2. Use this following command to clone the upstream repository: +2. Copy the link to this repo. This is the address to the page you're looking at now. +3. Use this following command to clone the repository: ```bash -git clone ssh://[user]@jv[hostname/IP]://[aboslute_path_including_Symfony.git] +git clone [the link you copied in step 2] Symfony ``` -3. Enter your password when prompted, and the repository should be cloned into /Symfony 4. The tickets database is included in the clone, but attachments are not. The default and sales folders will need to be copied into Symfony/public/TicketAttachments manually. Failure to do so will result in broken attachments. 5. In the project root find the file .env.prod and make a copy of it. Rename the copy to .env - Look through the contents of .env and make sure these settings match your needs. Specifically, look at who will receive complaint emails