Difference between revisions of "How to Install"

From Phoenix Cart User Guide
Line 1: Line 1:
 
'''NEW INSTALLATION OF PHOENIX'''
 
'''NEW INSTALLATION OF PHOENIX'''
  
This how we have installed Phoenix on our host server with success
+
This how we have installed Phoenix on our host server with success.<br>
 
 
 
Some actions will depend on host server - host servers may slightly differ
 
Some actions will depend on host server - host servers may slightly differ
  
 
You will need (freely available):
 
You will need (freely available):
  
FTP (file transfer) software to connect to your host server and transfer files between your computer and the host server e.g. Filezilla
+
*FTP (file transfer) software to connect to your host server and transfer files between your computer and the host server e.g. Filezilla
 
+
*File editing software to edit .php files e.g. Sublime Text or Visual Studio Code
File editing software to edit .php files e.g. Sublime Text or Visual Studio Code
 
  
 
'''BEFORE INSTALLATION'''
 
'''BEFORE INSTALLATION'''
Line 22: Line 20:
 
#Open and read "README" file carefully
 
#Open and read "README" file carefully
  
'''INSTALLATION'''
+
'''INSTALL'''
  
 
NOTE: Ensure domain name, host account and SSL certificate have been created
 
NOTE: Ensure domain name, host account and SSL certificate have been created
Line 41: Line 39:
 
#The final Phoenix installation "Finished" page will open
 
#The final Phoenix installation "Finished" page will open
  
Two buttons will show on this page - one takes you to the Administration index page where you will need your Administrator Username and Password, this is the "Admin" or "back end" of your website not visible or accessible to the public - the other button takes you to the Catalog index page, this is the "Shop" or "front end" of your website visible and accessible to the public
+
Two buttons will show on this page - one takes you to the Administration index page where you will need your Administrator Username and Password, this is the "Admin" or "back end" of your website not visible or accessible to the public - the other button takes you to the Catalog index page, this is the "Shop" or "front end" of your website visible and accessible to the public.
 +
*Go to the next step [[]]
 
<br><br><historylink type="back" />
 
<br><br><historylink type="back" />

Revision as of 15:03, 3 October 2019

NEW INSTALLATION OF PHOENIX

This how we have installed Phoenix on our host server with success.
Some actions will depend on host server - host servers may slightly differ

You will need (freely available):

  • FTP (file transfer) software to connect to your host server and transfer files between your computer and the host server e.g. Filezilla
  • File editing software to edit .php files e.g. Sublime Text or Visual Studio Code

BEFORE INSTALLATION

  1. Create a folder/directory on your computer for all website documents - name it, save it and save a back up
  2. Create a text document file to save username/passwords etc. and log website actions - save it in the website documents folder/directory
  3. Create domain name, host account, SSL certificate - save host name, username and password to text document
  4. Create a database in host server account - save database name, username and password to text document
  5. Download Phoenix (zipped folder/directory) ensure you have the latest version
  6. Copy Phoenix zipped folder/directory to website documents folder/directory
  7. Unzip Phoenix zipped folder/directory to website documents folder/directory
  8. Open and read "README" file carefully

INSTALL

NOTE: Ensure domain name, host account and SSL certificate have been created

  1. Open Filezilla - connect to host server using host name, username, password - appears in right window pane "Remote site:"
  2. In "Remote site" open root folder/directory "htdocs" - dependent on server may be named "public_html" or "httpdocs" - NOTE: This procedure installs Phoenix in the root folder/directory so the website home page will show as yoursite.com/index.php in the web browser - some users may wish to install in a sub-folder/directory so the website home page will show as yoursite.com/subdirectory/index.php in the web browser - if this is required a sub-folder/directory must be created in htdocs, named and opened before the next step
  3. In left window pane "Local site:" navigate to and open unzipped Phoenix folder/directory
  4. Lasso (hold down left mouse click and drag cursor) to select all folders and files in unzipped Phoenix folder/directory
  5. Drag and drop all files into "htdocs" in "Remote site:" to transfer all files to host server
  6. Filezilla will indicate progress at the bottom of screen - it can take several minutes to complete transfer
  7. Open web browsing software - enter the web address of your website in the address bar - e.g yoursite.com
  8. The first Phoenix installation "Welcome" page will open - click "Start the installation procedure"
  9. The second Phoenix installation page will open - complete the form
  10. For Database Server enter localhost - enter database username, password and database name - choose Import sample data so sample products will show in your shop - they can easily be removed later - click continue
  11. The third Phoenix installation page will open - this will automatically show your website address and root - save them to text document - click continue
  12. The fourth Phoenix installation page will open - enter the email address customers will see - create Administrator Username and Password - enter a secure/random name for Administration Directory Name - select a Time Zone
  13. Save Administrator Username and Password to text document - click continue
  14. The final Phoenix installation "Finished" page will open

Two buttons will show on this page - one takes you to the Administration index page where you will need your Administrator Username and Password, this is the "Admin" or "back end" of your website not visible or accessible to the public - the other button takes you to the Catalog index page, this is the "Shop" or "front end" of your website visible and accessible to the public.

  • Go to the next step [[]]



<historylink type="back" />