Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "installing-exponent-cms-using-ssh" you were looking for
Installing 3rd Party Extensions
Exponent CMS can easily be specialized with custom themes and modules, or fixed with patches.  This is done through the Upload New Extensions menu. These customizations or patches are distributed as zipped files and simply need to be...
Installing the Software
The first step in using Exponent CMS is to get the package or files onto your web server.  There are several methods which are listed below.
Installation Overview
The Exponent CMS installation process is mostly automated and requires four steps.  There are also three installation or upgrade scenarios. The basic steps to installing the application are: Downloading the files Installing the files...
Requirements for Running Exponent CMS
Before you can run Exponent CMS, there are four components you must have installed on your computer or web hosting environment: Web Server — most web hosting environments will have this installed and this can be added to most personal...
Installing the Package Using SSH
Many Site Administrators have shell or SSH access to their web server, but may not have 'git' installed.  Though not as simple as using git, his method can be the easiest one if you are comfortable with using the command line....
Installing/Maintaining the Package Using Git (SSH)
The recommended method to install and maintain Exponent is to use 'git' from an ssh shell.  Not only will this download the files it also makes it easier to update the program in the future Shell into your site via ssh. 'cd' to the...
Update Tables
This command updates the database structure by checking and adding any new features.  It is often required after installing an upgrade or a new extension. In the event you've made changes to your web site through an upgrade or new...
Some Module Content Doesn't Seem to Import or Known Valid Tables Are Listed as 'Unused'
This problem only occurs when using different web server OS's where one of them is Windows (using Apache). The situation is that exponent is looking for specific table names and a mixed case (camel case) name will NOT match with an all...
Installing the Package Using FTP
Most Site Administrators have at least FTP access to their web server.  This method takes longer, but it generally available in most cases. Obtain a copy of the Exponent CMS package, preferably the most current release. Unzip the...
Creating the Exponent CMS Database
Before you can begin running the installation process, you must have created a database. MySQL is currently the only supported database. Because of security reasons, each web host tends to have a specific or limited method to create new...