how to install magento on abyss

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
raykai
-


Joined: 01 Aug 2005
Posts: 5

PostPosted: Thu Mar 12, 2009 8:07 am    Post subject: how to install magento on abyss Reply with quote

how to install magento on abyss ?
Back to top View user's profile Send private message
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Thu Mar 12, 2009 11:43 am    Post subject: Re: how to install magento on abyss Reply with quote

raykai wrote:
how to install magento on abyss ?


According to http://www.magentocommerce.com/system-requirements , Magento is a classical PHP script that relies on MySQL and any Web server.

So all you have to do is to install PHP support in Abyss Web Server, install MySQL, and deploy the script as explained in http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2#installing_and_configuring_magento .

If you're on Windows, you can ignore all the chmod/permission instructions.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
hyperial
-


Joined: 22 Aug 2007
Posts: 23

PostPosted: Thu Apr 02, 2009 9:06 pm    Post subject: Re: how to install magento on abyss Reply with quote

aprelium-support wrote:
raykai wrote:
how to install magento on abyss ?


According to http://www.magentocommerce.com/system-requirements , Magento is a classical PHP script that relies on MySQL and any Web server.

So all you have to do is to install PHP support in Abyss Web Server, install MySQL, and deploy the script as explained in http://www.magentocommerce.com/wiki/welcome_to_the_magento_user_s_guide/chapter_2#installing_and_configuring_magento .

If you're on Windows, you can ignore all the chmod/permission instructions.


Actually, it doesn't say "any" web server...

It says:
* Apache 1.3.x
* Apache 2.0.x
* Apache 2.2.x

I've set it up on Apache before, but cannot get it to 'easily' setup on Abyss. There's probably things in their default .htaccess than Abyss doesn't read that are required for install, for example mod_rewrite directives.
Back to top View user's profile Send private message
hyperial
-


Joined: 22 Aug 2007
Posts: 23

PostPosted: Thu Apr 02, 2009 9:07 pm    Post subject: Re: how to install magento on abyss Reply with quote

All I get is a Page Load Error
Back to top View user's profile Send private message
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Fri Apr 03, 2009 2:34 pm    Post subject: Re: how to install magento on abyss Reply with quote

hyperial wrote:


Actually, it doesn't say "any" web server...

It says:
* Apache 1.3.x
* Apache 2.0.x
* Apache 2.2.x

I've set it up on Apache before, but cannot get it to 'easily' setup on Abyss. There's probably things in their default .htaccess than Abyss doesn't read that are required for install, for example mod_rewrite directives.


According to the test in
http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento , Abyss Web Server + PHP 5.2 or newer are compatible with Magento.

Note also that all the features specific to Apache (URL rewrite, .htaccess, ...) can be disabled in Magento at setup time.

We've been able to install it and use it with no problem by executing the following on the Windows command line (cmd.exe) in the directory where Magento is located (search for the directory where there is install.php):

Code:
"C:\Program Files\PHP5\php.exe" -f install.php -- --license_agreement_accepted yes --locale en_US --timezone "America/Los_Angeles" --default_currency USD --db_host localhost --db_name magento --db_user root --db_pass rootpass --db_prefix magento_ --url "http://magento.example.com/magento/" --use_rewrites no --use_secure no --secure_base_url "https://magento.example.com/magento/" --use_secure_admin no --admin_lastname Owner --admin_firstname Store --admin_email "admin@example.com" --admin_username admin --admin_password 123123 --encryption_key "Encryption Key"


Needless to say that you'll have to change the parameters to meet your configuration defaults. But
Code:
-use_rewrites no
and the likes are what does the trick. More information about each parameter is available in the source code of install.php.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
Jimmy Logan
-


Joined: 26 Jun 2020
Posts: 3

PostPosted: Thu Dec 24, 2020 8:43 am    Post subject: Reply with quote

here at https://www.rltsquare.com/magento-support-services/ you can the solution to install Magento on the abyss.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group