fix wrong command in Clone the Repo

This commit is contained in:
Audrey Jensen 2023-08-09 19:59:56 +00:00
parent 68f981b51e
commit 7fe036029a

View File

@ -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. - Git must be installed on the host system. [See Server Setup Install Git](#install-git) for instructions on installing.
### Clone the repo ### Clone the repo
1. Open a terminal to the root of the C drive, or wherever the production code will reside. 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 ```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. 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 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 - Look through the contents of .env and make sure these settings match your needs. Specifically, look at who will receive complaint emails