User Tools

Site Tools


installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
installation [2014/01/29 18:04]
127.0.0.1 external edit
installation [2017/04/07 08:31] (current)
Line 1: Line 1:
 +====== Installation ======
 +
 +  You'll need Mysql DB and SSH access to your server
 +  
 + 
 +Now it really easy to install the script. You don't even have to download an install file, just run the following command in SSH
 +
 +
 +<code>
 +curl -sS http://smartcj.com/updates2/install | php -- 
 +</code>
 +
 +and the script will be installed in few seconds
 +
 +PS yes , those two dashes are obligatory 
 +
 +Also there are optional parameter 
 +
 +<code>
 +curl -sS http://smartcj.com/updates2/install | php -- mysql_host= mysql_user= mysql_pass= mysql_name= scj_folder= domain= admin_email=
 +</code>
 +
 +  
 +
 +
 +
  
installation.txt ยท Last modified: 2017/04/07 08:31 (external edit)