Command line (Linux)

Top  Previous  Next

 

Maxtrade AIO installation

(Step By Step)

 

1. Unzip maxtrade [v..x.x.zip] file. (in a suitable, for you, directory).

 

2. If you have not already done it, create database for Maxtrade AIO needs. You can do that via the following commands: ( Note: All the SQL commands must end with ; )

 

 

   ---------------------------------------------------------------------

   LEGEND:

   xxxx - means server prompt & response's

   xxxx - means commands you writing

   xxxx - means your chose

   xxxx - means help notes

   Warning: all your commands must be same as down below!

   ---------------------------------------------------------------------

 

[root@localhost root] # mysql -u root -p (this will prompt to enter your mysql root password)

Enter password: (enter your password, if you don't know - ask your administrator/host provider)

mysql> create database your_chose_database_name;

Query OK, 1 row affected (0.02 sec)

 

mysql> grant all privileges on your_chose_database_name.* to 'your_user_name'@'localhost' identified by 'your_password'; (Note: We sugest your_user_name to be diferent from root, for securety reason; optional)

Query OK, 0 row affected (0.02 sec)

 

mysql> exit

Bye

[root@localhost root] #

 

 

Most of the companies providing hosting-services supply control panel “C-panel” for work. Immediately after you create database, write down your username and password and hostname, they will be necessary for you later. Hostname usually is “localhost”, or via IP “127.0.0.1” or it is a DNS name, for instance “mysql.yoursite.com”. If you need help about creating database, please contact with your administrator. We can not tell you how exactly; it depends on your hosting-service and the way the server you use is served and its configuration.

 

3. Use your favorite FTP program and upload all directories and files in the same condition as they are extended in the server in its web directory.

 

**If you need a good FTP client you can download "FileZilla" from here: http://sourceforge.net/projects/filezilla.

 

4. To set “Maxtrade AIO” in working conditions (regime) you have to change the streight line of the directories:

 

5. CHMOD of fco directory of 777

You can do this using the following command:

 

[root@localhost root] # chmod -R a+rwx /full-path-to-where-is/fco/

[root@localhost root] #

 

 

6. CHMOD of images directory of 777

You can do that using the following command:

 

[root@localhost root] # chmod -R a+rwx /full-path-to-where-is/images/

[root@localhost root] #

 

 

7. CHMOD of images directory of 777

You can do that using the following command:

 

[root@localhost root] # chmod -R a+rwx /full-path-to-where-is/admin/image_data/

[root@localhost root] #

 

 

8. CHMOD of /includes/configure.php file of 777

You can do that using the following command:

 

[root@localhost root] # chmod -R +rw /full-path-to-where-is/includes/configure.php

[root@localhost root] #

 

 

9. Now open, using your favourite browser http://your-web-server/full-path-to-were-is/install/ . It is "four steps" final installation. Follow the instruction guide.

 

You start from here:

 

first

 

.:: STEP 1 ::.

 

step1

 

.:: STEP 2 ::.

 

step2

 

.:: STEP 3 ::.

 

step3

 

.:: STEP 4 ::.

 

step4

 

10. After finishing with all installation steps: Delete the "install" folder of your server!!! Averting new installation.

 

11. CHMOD of /includes/configure.php file of 400

You can do that using the following command:

 

[root@localhost root] # chmod -R a-w /full-path-to-where-is/includes/configure.php

[root@localhost root] #

 

 

12. Enter the control  (Admin control panel) http://your-web-server/full_path_to/admin/ and enter the desired settings. It is implicit that the administration password and name are: admin and password: admin

 

ATTENTION:

IMMEDIATELY CHANGE THE ADMINISTRATION PASSWORD

WITH THE DESIRED PASSWORD !!!

 

(Go to admin CP):" Main Configuration" --> "!! Change Admin Account !!"

 

This is all !   :-)

 

13. Administration [Web based administration control panel CP]

 

cp

 

After entering in administration control panel (Admin CP) you will be able to do all settings and changes you want.

 

Go to "Admin Control Panel" for full details how to do that.

 

If problems appears, contact with us  support@softdivision.com and we will help you to remove them.