Author |
|
DonaldLouch Newbie
Joined: 08 February 2017
Online Status: Offline Posts: 2
|
Posted: 08 February 2017 at 9:49pm | IP Logged
|
|
|
Hey,
When I try to install AfterLogic on cPanel it doesn't work.
I login to my SSH and in the root directory I use the code:
tar -xzvf ./webmail-panel-installer.tar.gz
and then I get the following errors:
tar (child): ./webmail-panel-installer.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
and that's all that I get...
Am I doing something wrong?
Thanks!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 February 2017 at 2:00am | IP Logged
|
|
|
Have you actually downloaded the package? It's available for download here. You can also download it using the following commands on your server:
Code:
cd /root
wget http://www.afterlogic.com/download/webmail-panel-installer.tar.gz |
|
|
After that, you might want to run ls /root command and make sure the package is downloaded to that directory.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
DonaldLouch Newbie
Joined: 08 February 2017
Online Status: Offline Posts: 2
|
Posted: 10 February 2017 at 6:20pm | IP Logged
|
|
|
Hey,
Yeah, I searched everywhere for that download code!!! But yeah I got it to work with that command!!!
Thanks,
Donald
|
Back to Top |
|
|