This shows you the differences between two versions of the page.
installation [2014/01/29 18:04] 127.0.0.1 external edit |
installation [2017/04/07 08:31] admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation ====== | ====== Installation ====== | ||
- | | + | You'll need Mysql DB and SSH access to your server |
- | | + | |
- | - upload (install_scj.php) to the rott of your domain | + | |
- | - Run install_scj.php in ssh (shell) (php install_scj.php) | + | Now it really easy to install |
- | | + | |
+ | |||
+ | < | ||
+ | curl -sS http:// | ||
+ | </ | ||
+ | |||
+ | and the script will be installed in few seconds | ||
+ | |||
+ | PS yes , those two dashes are obligatory | ||
+ | |||
+ | Also there are optional parameter | ||
+ | |||
+ | < | ||
+ | curl -sS http:// | ||
+ | </ | ||
+ | |||
+ | | ||
- | Note: new intsall ( starting with update 48) also support command line options | ||
- | php install_scj.php domain=... admin_email=... mysql_host=... mysql_user=... mysql_pass=... mysql_name=... | ||