Composr Tutorial: Installation
Written by Allen Ellis
Before you begin using Composr, you will need to install it. Installing Composr is easy with our installation utility, which will be explained in detail in this tutorial – or various third-party systems can install Composr for you automatically.Your options (preface)
Before we dive into instructions, we should lay out the different options you have for installation.Your options are:
- Use a supported integration. You can install with just a few clicks (and skip this tutorial) if your webhost/server has a supported integration such as:
- Linux:
- Softaculous
- APS (maintenance status)
- Installatron (maintenance status)
- Windows:
- Bitnami
- Linux:
- Use the quick installer. This tutorial covers this case.
- Use the manual installer. You are unlikely to need to use the manual installer. If you do, the File permissions tutorial provides supplementary information to the installation fundamentals described in this tutorial.
- Get a professional developer to install for you.
We don't cover anything about choosing webhosting or configuring servers in this tutorial. If you need this material then see the links under "See also".
To some degree the instructions assume you are running under a webhosting control panel (or just 'control panel'), rather than installing onto a server/VPS/PaaS you are managing directly. That said, if you are managing a server directly the process isn't that different, you just create the database and deploy the files differently (using standard techniques you already would know), and we have included a few references to that in this tutorial. Specific techniques are covered in other tutorials, see the links under "See also".
Apart from the above caveat, this tutorial should be valid for Windows, Linux, and Mac.
Prerequisites
Before you install Composr:- Ensure that your webhost covers our minimum requirements.
- Make yourself familiar with the control panel your webhost has provided. Common ones include Plesk (maintenance status) and cPanel (maintenance status). Your webhost may not name the control panel, but they will have provided you to the details to log in to it. You will typically use the control panel to set many things up, including: databases, subdomains, SFTP/FTP accounts, e-mail accounts. As mentioned in the previous section, if you don't have a control panel you will need to configure things by hand.
- You also need the following information from your webhost:
- SFTP/FTP hostname
- SFTP/FTP username
- SFTP/FTP password
- You need to set up a database †, and note down these details:
- MySQL hostname
- MySQL username
- MySQL password
- MySQL database name
† Composr does not need its own database (i.e. it can share one), but if you are able to create a new one it is often preferable for reasons of tidiness. The database user needs full read/write/administer access over the database Composr will be installed in. Sometimes you set this access by ticking (checking) to have all permissions on your user. Sometimes you do it by setting the 'User role' to something such as 'dba' (e.g. h-sphere on Windows).
Specifically for MySQL the low-level permissions needed are:
- Read: SELECT
- Write: INSERT, UPDATE, DELETE
- Administer: CREATE, DROP, ALTER, INDEX
If you would like to use a 3rd party forum system for your website, we require that you install that before installing Composr. We recommend you use the inbuilt forum though (Conversr).
Deciding: Quick or manual install
At some point you'll need to decide which method you'd like to use to install Composr. You have two options, the quick installer, or the manual installer.We highly recommend choosing the quick installer. This is a simple process, where you upload two files to your web server, then launch our installation utility from there. It works on most servers.
The second option is the manual installer. This option requires you to manually upload all of Composr's files using something like FTP and apply permissions to them – the typical method for most CMSs. This method takes much longer – as there is a pause for "handshaking" as you upload each file. We maintain this version in case the quick installer fails on your webhost (e.g. if the webhost does not support PHP-accessible FTP or suEXEC in the way the quick installer needs).
Preparing files
To install Composr, you must first download it from our website. It is generally best to choose the latest version, and, as stated above, we also recommend choosing the "quick method".
Download Composr from our website. Save it to a location where you'll be able to find it.
After it downloads, you'll need to extract the files. The exact methods for doing this will vary based on which ZIP utility you use.
Download Composr from our website. Save it to a location where you'll be able to find it.
After it downloads, you'll need to extract the files. The exact methods for doing this will vary based on which ZIP utility you use.
Using SFTP/FTP
An alternative to uploading via SFTP/FTP is using the File Manager within the control panel. However it is worth trying to get it working using SFTP/FTP, as it is a valuable basic tool.If you don't have a control panel then you may also not have SFTP/FTP, depending on the server configuration. You may have to use something like scp, or Windows Remote Desktop, to get the files onto your server.
The next step is to upload the files to your web server. To do this you'll need an SFTP/FTP client (such as FileZilla, or use the one that comes with Windows). The exact steps to upload the files depend slightly depending on which SFTP/FTP client you choose.
If you'd like to use the one bundled with Windows, open a new Internet Explorer window, and in the address bar, type ftp://[email protected], replacing username with your username and servername with the servername given to you by your webhost. You should be presented with a login screen (if not, you can access it by choosing File > Login As), where you can enter the username and password given to you by your webhost (image). Then you'll need to navigate to your webroot (possibly in a folder called www or httpdocs). If you can't find your webroot, e-mail your webhost for help.
At this point you need to decide whether you want your website to reside in your root folder or not. If you choose to place it in your root folder (which is the recommended option), people will be able to access your site by going to http://yourbaseurl (unless you don't own your own domain name). If you choose to place it in a subfolder (for example, "subfolder"), people will access your Composr installation by going to http://yourbaseurl.
When you successfully connect, find your webroot, and navigate into a subfolder if you chose to. You need to upload the files that were inside the ZIP package you downloaded. If you chose the quick installer, these files are called 'install.php', the other is called 'data.cms'. If you chose the manual installer, there will be many more.
You now need to put these files in the desired folder. This can usually be done by dragging and dropping the files from your computer to your webhost in your SFTP/FTP client (image).
Installation
After you upload these files, you've completed the hardest part of the installation. The next step is to open your web browser and go to http://yourbaseurl/install.php (substitute http://yourbaseurl/ as appropriate for your domain and install path). You should be greeted with a welcome screen, asking you which language you would like to use.
On step two, you are shown a licence agreement. You must agree to the licence agreement before you can install Composr. You also have the opportunity to sign up for our newsletter, which will notify you by e-mail of any updates to our software. Composr will never sell or rent your e-mail address to a third party. You can read our privacy policy for more information.
On step three, you are presented with a choice to choose which forum system you would like to use for your website. We strongly recommend that you use Composr's own forum (Conversr), which if chosen will be installed at the same time as Composr. If you're using a third-party forum software, then you will need to already have it installed. Select the name of the software on the left, and then choose the appropriate version from the right-hand column.
On step two, you are shown a licence agreement. You must agree to the licence agreement before you can install Composr. You also have the opportunity to sign up for our newsletter, which will notify you by e-mail of any updates to our software. Composr will never sell or rent your e-mail address to a third party. You can read our privacy policy for more information.
On step three, you are presented with a choice to choose which forum system you would like to use for your website. We strongly recommend that you use Composr's own forum (Conversr), which if chosen will be installed at the same time as Composr. If you're using a third-party forum software, then you will need to already have it installed. Select the name of the software on the left, and then choose the appropriate version from the right-hand column.
On step 4 is where the core configuration settings are input. Fill out each of the configuration options to the best of your knowledge.
Most of the settings will have been auto-detected for you. You will definitely need to fill in the following fields manually though:
There are no constraints on the kind of password to use, but it is a good idea to choose one that won't easily be guessed, does not appear directly in a dictionary, but that you can easily remember.
All of the database fields should be filled out with the information you recorded earlier in this tutorial. When you finish, click the "Install Composr" link at the bottom of the screen.
Hopefully, at this point you'll receive this success message. If you receive any errors, return to the previous page and correct them. Click the "Proceed" button to continue through the installation. There will be a few more similar screens until you finish the installation.
Most of the settings will have been auto-detected for you. You will definitely need to fill in the following fields manually though:
- Maintenance password
- Administration account password
- Database details
There are no constraints on the kind of password to use, but it is a good idea to choose one that won't easily be guessed, does not appear directly in a dictionary, but that you can easily remember.
All of the database fields should be filled out with the information you recorded earlier in this tutorial. When you finish, click the "Install Composr" link at the bottom of the screen.
Hopefully, at this point you'll receive this success message. If you receive any errors, return to the previous page and correct them. Click the "Proceed" button to continue through the installation. There will be a few more similar screens until you finish the installation.
After you finish the installation, you are presented with one final screen, congratulating you on your successful installation, and giving you two choices – you can either jump right to your new homepage, or go to the Setup Wizard. If you have never used Composr before, we suggest that you run the Setup Wizard, as it will guide you through the basic settings of your website and familiarise you with the way Composr works.
As a final step you will have to delete the install.php and data.cms files you uploaded earlier, using SFTP/FTP (or the control panel's File Manager). This is important for security reasons and Composr will make you do this.
If you got an error message about having to delete the files just refresh the page once you have deleted them, and it will take you to where you intended to be.
As a final step you will have to delete the install.php and data.cms files you uploaded earlier, using SFTP/FTP (or the control panel's File Manager). This is important for security reasons and Composr will make you do this.
If you got an error message about having to delete the files just refresh the page once you have deleted them, and it will take you to where you intended to be.
The Setup Wizard ("Configure my Composr first") will guide you through some basic setup for your site, to give you a leg-up. It is not required, but most users will want to run it to set some basic things such as Site Name, colours, and what addons are to be kept installed.
Advice for webhosters
Note that Composr administrators have full control over their website code. They may execute their own custom PHP code trivially.Therefore if you control the hosting and provide someone with a Composr staff username you should ensure that your hosting is either:
- locked down to only that site
- that you provide a non-administrator staff account
- that you trust any administrator with full control over the hosting
See also
- Webhosting for Composr (including Composr minimum requirements)
- File permissions
- Installation on Linux
- Installation on a Windows desktop
- Installation on a Windows server
- Basic configuration and getting started
- The user-focused help page within Composr (linked from the menus)
- Uninstalling Composr from a server
- Installation on Google App Engine
Feedback
Please rate this tutorial:
Have a suggestion? Report an issue on the tracker.