Difference between revisions of "How to Install"
PeterRobert (talk | contribs) |
PeterRobert (talk | contribs) |
||
| Line 37: | Line 37: | ||
<BIG>'''INSTALL'''</BIG> | <BIG>'''INSTALL'''</BIG> | ||
| − | NOTE: Ensure domain name, host account | + | NOTE: Ensure domain name, host account, SSL certificate and database have been created. |
#Open FTP software - connect to host server using FTP Server Address, FTP Username and FTP Password - ask your host server if you cannot find these details in your account. After connecting, the folder/directory on the host server, where your website will be stored, will appear in right window pane. | #Open FTP software - connect to host server using FTP Server Address, FTP Username and FTP Password - ask your host server if you cannot find these details in your account. After connecting, the folder/directory on the host server, where your website will be stored, will appear in right window pane. | ||
Revision as of 05:11, 14 October 2019
<historylink type="back">🠈 Back</historylink> 🠉 SET UP SHOP
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 some software freely available to download from the internet :
- FTP (file transfer) software to connect to your host server and transfer files between your computer and your host server.
- File editing software to edit .php files.
See Must Have Tools for details.
You must have already:
- Registered your Domain Name (the name of your website).
- Opened a Host Server account (this is the company that has the computer where you website will be stored).
- Contacted your Host Server company to buy and assign a SSL certificate to your Domain. The SSL certificate shows that padlock seen in the browser address bar and encrypts all information that your customers might enter on your website.
- Created a Database on your Host Server account.
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, SSL certificate and database have been created.
- Open FTP software - connect to host server using FTP Server Address, FTP Username and FTP Password - ask your host server if you cannot find these details in your account. After connecting, the folder/directory on the host server, where your website will be stored, will appear in right window pane.
- In right window pane 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, this is your computer, 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 from the left window pane into the right window pane to transfer all files from your computer to host server.
- FTP software will indicate progress - 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.
Have a look around the new shop and you will see that everything is already working - you can even make a test purchase.