Difference between revisions of "Script installation"

From TITAN Wiki
Jump to: navigation, search
m (Installation)
m (Installation)
Line 30: Line 30:
 
*''' Step 2 - Machine Key''' - Go to [http://www.developerfusion.com/tools/generatemachinekey Machine Key Generator] and generate ASP.NET 2.0 Machine Key. Open Web.config file, which is located on your hosting account. Find <!--MACHINE KEY--> and replace it with Machine Key generated above.
 
*''' Step 2 - Machine Key''' - Go to [http://www.developerfusion.com/tools/generatemachinekey Machine Key Generator] and generate ASP.NET 2.0 Machine Key. Open Web.config file, which is located on your hosting account. Find <!--MACHINE KEY--> and replace it with Machine Key generated above.
 
*'''Step 3 - Permissions''' - Checking permissions to connect to files on the server. If some permissions is blocked you have to change permissions. We need "Full Control" (read, write, modify = 777) permissions for the application to the following folders/files/subfolders, in which are all installation files.
 
*'''Step 3 - Permissions''' - Checking permissions to connect to files on the server. If some permissions is blocked you have to change permissions. We need "Full Control" (read, write, modify = 777) permissions for the application to the following folders/files/subfolders, in which are all installation files.
 
+
*'''Step 4 - Databases''' - Go to your hosting control panel and create two Microsoft SQL (MSSQL) databases. First for the website, and second for the forum. Create also database user account and give him permissions to management both databases. If you don't have installed MSSQL on your server, you should install it or contact with hosting support in order to buy such a service. When you finish creating databases and user account, fill detials and click next step.
 
 
*'''Step 4 - Databases''' -  
 
 
*'''Step 5 - Email''' -  
 
*'''Step 5 - Email''' -  
 
*'''Step 6 - CRON''' -  
 
*'''Step 6 - CRON''' -  

Revision as of 16:51, 15 March 2017

Script installer

Script installation is a procedure to upload and install Titan on your server.

Installation procedure consists of two main parts:

  • Part 1 - Preparing installation files to upload on server
  • Part 2 - Script installation on server


Preparing files

Follow the steps below:

  • Step 1 - Download Titan script.
  • Step 2 - Unzip script on your computer.
  • Step 3 - Download forum files from ... .
  • Step 4 - Unzip forum files on your computer.
  • Step 5 - Copy all forum files, next paste into script directory and replace all files.
  • Step 6 - Create new zip file from connected files. It is important to create new zip file from all files not from folder in which are files.
  • Step 7 - Upload created package on your server.
  • Step 8 - Unzip package

Now, if you have finished preparing installation files and you are sure, that every file on server is uploaded correctly, you can start installation.

Installation

Go to your website with note "/install". For example: domain.com/install.

Follow the steps below:

  • Step 1 - Requirements & files - Checking files on the server. If some file was uploaded wrong, you will see which one.
  • Step 2 - Machine Key - Go to Machine Key Generator and generate ASP.NET 2.0 Machine Key. Open Web.config file, which is located on your hosting account. Find <!--MACHINE KEY--> and replace it with Machine Key generated above.
  • Step 3 - Permissions - Checking permissions to connect to files on the server. If some permissions is blocked you have to change permissions. We need "Full Control" (read, write, modify = 777) permissions for the application to the following folders/files/subfolders, in which are all installation files.
  • Step 4 - Databases - Go to your hosting control panel and create two Microsoft SQL (MSSQL) databases. First for the website, and second for the forum. Create also database user account and give him permissions to management both databases. If you don't have installed MSSQL on your server, you should install it or contact with hosting support in order to buy such a service. When you finish creating databases and user account, fill detials and click next step.
  • Step 5 - Email -
  • Step 6 - CRON -
  • Step 7 - Password -
  • Step 8 - Add the license -
  • Step 9 - Finished! -