When trying to perform a fresh install of 1.18, using curl -s https://api.github.com/repos/osTicket/osTicket/releases/latest | grep browser_download_url | cut -d '"' -f 4 | wget -i -
after the request is sent and the file is found, I get " Cannot write to 'osTicket-v1.18.1.zip' (Success)." Can anyone tell me where I have messed up. Thank you in advance.
I should have also mentioned, above that error, Length: 51759267 (49M) [application/octet-stream] osTicket-v1.18.1.zip: Permission denied
hbuck
Download the fully packaged release from our website, upload the downloaded zip file to the server, unzip it, place the contents of the upload/ folder into your desired site directory, copy the include/ost-sampleconfig.php file to include/ost-config.php, give the ost-config.php file 0666 permissions, visit the site in a web browser, and run the installer.
References:
Cheers.
Worked, thank you. Do you know of any plans to make an official install guide?
We do have one. Please check the link I posted in my original response.