Squiz Matrix Virtual Machine
The following VM contains a default installation of Squiz Matrix without certain premium features such as Edit+ content editing package. If you would like a full demo to evaluate and review, please contact Squiz.
Downloading the Virtual Machine
We've made trying out Squiz Matrix a snap by distributing it as a fully functional virtual machine image. This means you can download Squiz Matrix and follow the easy instruction guide to have a fully running system to play around with. Simple, fast and secure.
Squiz Matrix Version: 5.5.6.6
Download File: matrixdemo.squiz.net-5-5-6-6.ova (1.2 GB)
Once you have copied the file onto your local machine or the download has completed, open the file with the VirtualBox VM tool. Once you've done this, consult the guide below to continue setting up your Squiz Matrix VM.
This download is a VirtualBox virtual machine and requires VirtualBox 5.0 or higher. Virtual machines are not being built for Matrix 6.
The file can be verified by downloading the SHA256SUMS file and verifying it with the sha256sum utility, e.g:
$ sha256sum -c SHA256SUMS matrixdemo.squiz.net-5-5-6-6.ova: OK
Core code
Alternatively, you can also download the core code and follow the manual installation instructions to install Squiz Matrix on your own server.
Squiz Matrix Version: 6.27.0
Download File: matrix-6-27-0.tgz (19.2 MB)
You can get access to older versions here.
Starting Up the Virtual Machine
To start up the virtual machine, double click on the matrixdemo.squiz.net.ova file. VirtualBox will open with the Appliance Settings Screen displayed, on this screen select Import.
Once the import has completed, right click on the VM named matrixdemo.squiz.net and select Settings from the menu.
Select the Network tab from the top of the popup menu and check the Enable Network Adapter checkbox.
Select OK and then double click the matrixdemo.squiz.net VM.
The VM will boot and will then display all the information you will need:
Log into the VM using the following details:
matrixdemo login: root Password: squiz
After you have logged in, the IP address of the VM will be displayed. Keep a note of this IP address as you will need it for setting up your hosts file.
Changing the Root Password of the Virtual Machine
Changing the virtual machine root password is required to ensure your Squiz Matrix installation is secure. Do not skip this step.
Now that you have logged in with the default password, you should change the root password to be something only you know. This ensures that your virtual machine is secure. You can do this by entering the command passwd and pressing enter. You will be asked to enter a new UNIX password twice. Once completed, you will see a confirmation message:
[[email protected] ~]# passwd Changing password for user root. New password: Retype new password: passwd: all authentication tokens updated successfully
Your password has now been updated. Please note that this is not the password for the Squiz Matrix interface and this root password can only be changed using the passwd command on the virtual machine.
Setting Up the Hosts File on Your Local Machine
The hosts file is a file that is used to map host names to IP addresses. A host name is like a URL (for example www.squiz.net
). When you type this into your browser, your computer looks at its hosts file first to find its IP address. If it finds it, it will display the site. If not, it will ask your Internet service provider to find it.
Because the URL you are using for the VM is not a publicly registered URL (i.e. your Internet service provider does not know about it), you need to add it to the hosts file on your local machine.
Editing your local hosts file
Note: this step is for editing your local hosts file, not the hosts file of the VM.
For both Windows and OS X, add the following line into the hosts file, making sure that you change the IP address to be the same as the IP address of your VM:
192.168.1.113 matrixdemo.squiz.net
The IP address might be different each time you load up the virtual machine.
Windows
If you are using Windows, the hosts file is located at C:\Windows\System32\drivers\etc\hosts
You can edit this file by opening it with a text editor on your machine. Please note that to edit this file you need to have administrator access to your machine. If you do not have administrator access, you will need to contact your system administrator for help.
OS X
If you are using OS X, you need to make sure you open this file using the sudo command or you will not be able to save it. One way to do this is to open /Applications/Utilities/Terminal.app
and then type in:
sudo nano /etc/hosts
You may need to enter the password you use to log into OS X and you will need to have an administrator account.
The file can be saved from nano by pressing Control+x
and then y
.
Flush the DNS cache to make sure the changes take effect:
dscacheutil -flushcache
Logging In and Using Squiz Matrix
Squiz Matrix is now running on your machine. You can now log into your system and get started straight away. To do this:
- 1. Go to the following URL in a web browser:
http://matrixdemo.squiz.net/_admin
Please ensure that you use a web browser that is supported by Squiz Matrix. You can see the list of supported web browsers on the requirements page.
If the URL is not working, try restarting your web browser and then go to the URL again. - 2. When you see the login screen, log in using the following details:
Username: root Password: root
To help you get started with Squiz Matrix, it is recommended that you read the manuals available on the Squiz Matrix User Manual Library. Specifically, the Concepts manual will take you through the basics and lead you into more advanced concepts.
Changing the Root Password of Your System
Changing the password of the Squiz Matrix root account is required to ensure your Squiz Matrix installation is secure. Do not skip this step.
Once you have logged into Squiz Matrix, you should change the password of the root user.
To change the password of the root user:
- 1. Click on your user's name in the toolbar and then click on Details:
- 2. Click the Acquire locks button:
- 3. Enter a new password:
- 4. Click the Commit button in the bottom right to finish: