Difference between revisions of "How to Install"
PeterRobert (talk | contribs) |
PeterRobert (talk | contribs) |
||
| Line 4: | Line 4: | ||
This how we have installed Phoenix on our host server with success.<br> | 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 to download from the internet): |
| − | *FTP (file transfer) software to connect to your host server and | + | *FTP (file transfer) software to connect to your host server and copy files between your computer and your host server e.g. FileZilla - user guide here: <BIG>'''[[FileZilla]]'''</BIG> - others are available. |
| − | *File editing software to edit .php files e.g. | + | *File editing software to edit .php files e.g. Visual Studio Code - user guide here: <BIG>'''[[Visual Studio Code]]'''</BIG> - others are available. |
<hr> | <hr> | ||
<BIG>'''BEFORE INSTALLATION'''</BIG> | <BIG>'''BEFORE INSTALLATION'''</BIG> | ||
| − | #Create a folder/directory on your computer for all website documents - name it, save it and save a back up | + | #Create a folder/directory on your computer for all website documents - name it, save it and save a back up. |
| − | #Create a text document file to save username/passwords etc. and log website actions - save it in the website documents folder/directory | + | #Create a text document file to save username/passwords etc. and log website actions - save it in the website documents folder/directory. |
| − | #Create domain name, host account, SSL certificate - save host name, username and password to text document | + | #Create domain name, host account, SSL certificate - save host name, username and password to text document. |
| − | #Create a database in host server account - save database name, username and password to text document | + | #Create a database in host server account - save database name, username and password to text document. |
| − | #Download Phoenix (zipped folder/directory) ensure you have the latest version | + | #Download Phoenix (zipped folder/directory) ensure you have the latest version. |
| − | #Copy Phoenix zipped folder/directory to website documents folder/directory | + | #Copy Phoenix zipped folder/directory to website documents folder/directory. |
| − | #Unzip Phoenix zipped folder/directory to website documents folder/directory | + | #Unzip Phoenix zipped folder/directory to website documents folder/directory. |
| − | #Open and read '''''README''''' file carefully | + | #Open and read '''''README''''' file carefully. |
| − | #Other Language Packs are available to download - currently Spanish, German, Dutch and Russian - the links to find them on GitHub are shown in the '''''README''''' file - download now if required | + | #Other Language Packs are available to download - currently Spanish, German, Dutch and Russian - the links to find them on GitHub are shown in the '''''README''''' file - download now if required. |
<hr> | <hr> | ||
<BIG>'''INSTALL'''</BIG> | <BIG>'''INSTALL'''</BIG> | ||
| − | NOTE: Ensure domain name, host account and SSL certificate have been created | + | NOTE: Ensure domain name, host account and SSL certificate have been created. |
#Open FileZilla - connect to host server using host name, username, password - appears in right window pane '''''Remote site:''''' | #Open FileZilla - connect to host server using host name, username, password - appears in right window pane '''''Remote site:''''' | ||
| − | #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 <code>yoursite.com/index.php</code> in the web browser - some users may wish to install in a sub-folder/directory so the website home page will show as <code>yoursite.com/subdirectory/index.php</code> in the web browser - if this is required a sub-folder/directory must be created in '''''htdocs''''', named and opened before the next step | + | #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 <code>yoursite.com/index.php</code> in the web browser - some users may wish to install in a sub-folder/directory so the website home page will show as <code>yoursite.com/subdirectory/index.php</code> in the web browser - if this is required a sub-folder/directory must be created in '''''htdocs''''', named and opened before the next step. |
| − | #In left window pane '''''Local site:''''' navigate to and open unzipped Phoenix folder/directory | + | #In left window pane '''''Local site:''''' navigate to and open unzipped Phoenix folder/directory. |
| − | #Lasso (hold down left mouse click and drag cursor) to select all folders and files in unzipped Phoenix folder/directory | + | #Lasso (hold down left mouse click and drag cursor) to select all folders and files in unzipped Phoenix folder/directory. |
| − | #Drag and drop all files into '''''htdocs''''' in '''''Remote site:''''' to transfer all files to host server | + | #Drag and drop all files into '''''htdocs''''' in '''''Remote site:''''' to transfer all files to host server. |
| − | #FileZilla will indicate progress at the bottom of screen - it can take several minutes to complete transfer | + | #FileZilla will indicate progress at the bottom of screen - it can take several minutes to complete transfer. |
#Open web browsing software - enter the web address of your website in the address bar - e.g <code>yoursite.com</code> | #Open web browsing software - enter the web address of your website in the address bar - e.g <code>yoursite.com</code> | ||
#The first Phoenix installation '''''Welcome''''' page will open - click '''''Start the installation procedure''''' | #The first Phoenix installation '''''Welcome''''' page will open - click '''''Start the installation procedure''''' | ||
Revision as of 05:22, 8 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 to download from the internet):
- FTP (file transfer) software to connect to your host server and copy files between your computer and your host server e.g. FileZilla - user guide here: FileZilla - others are available.
- File editing software to edit .php files e.g. Visual Studio Code - user guide here: Visual Studio Code - others are available.
BEFORE INSTALLATION
- Create a folder/directory on your computer for all website documents - name it, save it and save a back up.
- Create a text document file to save username/passwords etc. and log website actions - save it in the website documents folder/directory.
- Create domain name, host account, SSL certificate - save host name, username and password to text document.
- Create a database in host server account - save database name, username and password to text document.
- Download Phoenix (zipped folder/directory) ensure you have the latest version.
- Copy Phoenix zipped folder/directory to website documents folder/directory.
- Unzip Phoenix zipped folder/directory to website documents folder/directory.
- Open and read README file carefully.
- Other Language Packs are available to download - currently Spanish, German, Dutch and Russian - the links to find them on GitHub are shown in the README file - download now if required.
INSTALL
NOTE: Ensure domain name, host account and SSL certificate have been created.
- Open FileZilla - connect to host server using host name, username, password - appears in right window pane Remote site:
- 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.phpin the web browser - some users may wish to install in a sub-folder/directory so the website home page will show asyoursite.com/subdirectory/index.phpin the web browser - if this is required a sub-folder/directory must be created in htdocs, named and opened before the next step. - In left window pane Local site: navigate to and open unzipped Phoenix folder/directory.
- Lasso (hold down left mouse click and drag cursor) to select all folders and files in unzipped Phoenix folder/directory.
- Drag and drop all files into htdocs in Remote site: to transfer all files to host server.
- FileZilla will indicate progress at the bottom of screen - it can take several minutes to complete transfer.
- Open web browsing software - enter the web address of your website in the address bar - e.g
yoursite.com - The first Phoenix installation Welcome page will open - click Start the installation procedure
- The second Phoenix installation page will open - complete the form
- 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
- The third Phoenix installation page will open - this will automatically show your website address and root - save them to text document - click continue
- 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
- Save Administrator Username and Password to text document - click continue
- 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 also known as the back end of your website, it is not visible or accessible to the public - the other button takes you to the Catalog index page also known as the Shop or front end of your website, this is visible and accessible to the public.