Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : Uninstall Magento on Mac



Threaded Mode | Print  

 Uninstall Magento on Mac, I messed up installation of Magento (14 Replies, Read 50825 times)
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
How do I uninstalled Magento on Mac.
How do I clean up all the modification done by installing Magento?

Its was downloading like forever, so I refreshed and it would not download again but instead it install a corrupted version of magento.

Do you I clean up and reinstall magento?

Thanks!
IP: --   

Uninstall Magento on Mac
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5652
Status:
Hi,

If Magento was installed then it will be listed in your AMPPS Enduser panel. You can follow the below guide on how to remove an installation :
http://www.softaculous.com/docs/How_to_remove_a_script
and then you can re-install Magento.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
I uninstalled successfully but cannot reinstall:

Quote
The following errors were found :

    The directory you typed already exists! Please type in another directory name.


I think I messed up my AMPPS
How do I uninstall AMPPS cleanly on a Mac and reinstalling it?

Thanks!
IP: --   

Uninstall Magento on Mac
ketan
Group: Member
Post Group: Working Member
Posts: 241
Status:
Hi,

First try deleting the Magento folder which is located at /Applications/AMPPS/www/ and then reinstall Magento.

Note:
Magento folder here refers to the name that you have filled for "In Directory" field while installing Magento.

If still you are unable to install Magento and want to uninstall AMPPS then you have to delete the /Applications/AMPPS folder.

Note:
Make sure that you take a backup of the www folder, conf folder and mysql/data folder before completely deleting the AMPPS folder, if you plan to restore the folder configurations.


-----------------------
Follow AMPPS on,
Twitter
Facebook
Google+
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
Besides the AMPPS folder,
Are there any other "system files" that I need to delete?

Thanks!
IP: --   

Uninstall Magento on Mac
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote From : johnnybegoode August 19, 2013, 8:29 am
Besides the AMPPS folder,
Are there any other "system files" that I need to delete?

Thanks!


Hi,

No.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
I'd removed the old AMMPS am trying to reinstall Magento.
Same problem, it has been downloading forever...
Where is Magento
downloading to/from?

IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
I deleted the old AMPPS to start afresh.

I also deleted some "system files"
com.softaculous.Ampps.savedState
and also firefox's sessionstore.js

I get a Forbidden for cgi-bin/
http://localhost/cgi-bin/

The downloading package is taking forever...
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
I tried installing another script with no problem...
It is still downloading package...
It has been more than an hour....


IP: --   

Uninstall Magento on Mac
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote From : johnnybegoode August 20, 2013, 5:50 am
I tried installing another script with no problem...
It is still downloading package...
It has been more than an hour....




Hi,

From Terminal Run the following command:
Code
user$ rm -rf /Applications/AMPPS/ampps/scripts/magento


Go to Enduser Panel ( http://localhost/ampps ), search for magento scripts and start installing again. Let AMPPS download the package, it may take little time.

Package size is around 27MB to 28MB.

You can check whether AMPPS is downloading it or not from Terminal.

Run the following command to check the size of magento.zip
Code
user$ du -s /Applications/AMPPS/ampps/scripts/magento.zip


It should keep increasing everytime you run above command.


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Uninstall Magento on Mac
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote From : johnnybegoode August 20, 2013, 4:59 am
I deleted the old AMPPS to start afresh.

I get a Forbidden for cgi-bin/
http://localhost/cgi-bin/

The downloading package is taking forever...


You won't be able to see the listing in cgi-bin folder. That is for security purpose and correct. Though you should be able to access http://localhost/cgi-bin/perlinfo.pl


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
Quote From : tidus August 21, 2013, 6:54 am
Quote From : johnnybegoode August 20, 2013, 5:50 am
I tried installing another script with no problem...
It is still downloading package...
It has been more than an hour....




Hi,

From Terminal Run the following command:
Code
user$ rm -rf /Applications/AMPPS/ampps/scripts/magento


Go to Enduser Panel ( http://localhost/ampps ), search for magento scripts and start installing again. Let AMPPS download the package, it may take little time.

Package size is around 27MB to 28MB.

You can check whether AMPPS is downloading it or not from Terminal.

Run the following command to check the size of magento.zip
Code
user$ du -s /Applications/AMPPS/ampps/scripts/magento.zip


It should keep increasing everytime you run above command.


du -s /Applications/AMPPS/ampps/scripts/magento.zip
du: /Applications/AMPPS/ampps/scripts/magento.zip: No such file or directory

IP: --   

Uninstall Magento on Mac
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote From : johnnybegoode August 21, 2013, 7:13 am
Quote From : tidus August 21, 2013, 6:54 am
Quote From : johnnybegoode August 20, 2013, 5:50 am
I tried installing another script with no problem...
It is still downloading package...
It has been more than an hour....




Hi,

From Terminal Run the following command:
Code
user$ rm -rf /Applications/AMPPS/ampps/scripts/magento


Go to Enduser Panel ( http://localhost/ampps ), search for magento scripts and start installing again. Let AMPPS download the package, it may take little time.

Package size is around 27MB to 28MB.

You can check whether AMPPS is downloading it or not from Terminal.

Run the following command to check the size of magento.zip
Code
user$ du -s /Applications/AMPPS/ampps/scripts/magento.zip


It should keep increasing everytime you run above command.


du -s /Applications/AMPPS/ampps/scripts/magento.zip
du: /Applications/AMPPS/ampps/scripts/magento.zip: No such file or directory



Did you start installing magento script from enduser panel ?


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

Uninstall Magento on Mac
johnnybegoode
Group: Member
Post Group: Newbie
Posts: 26
Status:
Steps outline of what happened:

1) Terminal: user$ rm -rf /Applications/AMPPS/ampps/scripts/magento

2) Start installing magento script from enduser panel

3) Terminal: user$ du -s /Applications/AMPPS/ampps/scripts/magento.zip
Thanks! I do see the increment until "No such file or directory" because

4) from my observation on Finder, after magento.zip has been downloaded, it moves into /Applications/AMPPS/ampps/scripts/magento folder.

5) However on enduser panel, it does not start installing, and keep showing "Downloading Package".....
(The problem is here, after Softaculous finish downloading, it does not install, instead it shows that it is still downloading. This might be due to recent Magento update?)

6) I have to close the enduser panel, and open it again to install.
It did install this time.

7) Congratulations, the software was installed successfully.

Thanks!  :)
IP: --   

Uninstall Magento on Mac
tidus
Group: Member
Post Group: Super Member
Posts: 1121
Status:
Quote
5) However on enduser panel, it does not start installing, and keep showing "Downloading Package".....
(The problem is here, after Softaculous finish downloading, it does not install, instead it shows that it is still downloading. This might be due to recent Magento update?)


Its a timeout issue. Try increasing the value of max_execution_time from AMPPS Application -> PHP Tab -> Configuration


-----------------------
Follow AMPPS on,
Twitter : https://twitter.com/AMPPS_Stack
Facebook :  http://www.facebook.com/softaculousampps
Google+ : https://plus.google.com/+AmppsStack
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 28, 2024, 11:03 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.037