Home
Name Modified Size InfoDownloads / Week
2.7 2014-12-24
2.6 2014-12-11
2.5 2014-09-13
1.6 2012-02-15
1.5 2012-01-28
README.txt 2014-09-13 5.2 kB
Totals: 6 Items   5.2 kB 8
-------------------------------------------

--          Softaculous AMPPS            --

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

--            www.ampps.com              --

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


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

--                Authors                --

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

-- Pulkit Gupta (admin@softaculous.com)  --

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

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

-- 	     How to use AMPPS  		 --

-------------------------------------------
1. MySQL root password is "mysql".

2. To access localhost, visit url http://localhost

3. To access AMPPS Enduser Panel, visit url http://localhost/ampps

4. To access AMPPS Admin Panel, visit url, http://localhost/ampps-admin

5. To access phpMyAdmin, visit url http://localhost/phpmyadmin

6. To access SQLiteManager, visit url http://localhost/sqlite

7. You can "Restore Default Configuration" files of Apache, PHP & MySQL from their respective Tabs in AMPPS Control Center.
	(Note: Your previous configuration will be lost.)

8. You can change MySQL root password, visit url http://localhost/ampps/index.php?act=mysqlsettings

9. You can secure AMPPS Enduser/Admin Panel, visit url http://localhost/ampps/index.php?act=secure

10. Enable/Disable Python Environment (Right click on System Tray/Dock Icon of AMPPS Control Center -> Configuration -> AMPPS -> Python Environment)

11. RockMongo default username and password both is "admin".

12. FTP Users can be created and managed from enduser panel of Softaculous or Windows users can directly use FileZilla Server Interface.

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

-- 	     	IMPORTANT LOCATIONS 		 --

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

1. Ampps\conf : Configuration files of Apache, PHP, MySQL, etc are stored here
2. Ampps\mysql\data(Windows), /Applications/AMPPS/var(Mac), /usr/local/ampps/var(Linux), : MySQL Database Folder
3. Ampps\private : Used by Softaculous Ampps for storing installation details. Even the Backups of Installation and Data Directory of the installations are stored here.
4. Ampps\www : Public HTML (Document Root)
5. Ampps\ampps\data : AMPPS Data. MySQL Root Password, Domain List and Alias List are stored here.

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

-- 	     	    FAQ  		 --

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

1. Apache won't start.

A. There can be several reasons, 
Case 1: It could be due to a port conflict i.e some other application or web server must be using port 80.
Solution: Make sure that no other Application is listening on port 80.
Mac Users can use Port Scan Feature of Network Utility to check which Application is listening on port 80.
Windows Users follow this post Follow http://www.softaculous.com/board/index.php?tid=1575&title=Apache_won%27t_start

Case 2: Incorrect httpd.conf.
Solution: We can always find why Apache din't work by running the following command in Terminal/command prompt(Start -> Run -> cmd):

Mac Users:
/Applications/AMPPS/apache/bin/httpd

Linux Users:
/usr/local/ampps/apache/bin/httpd

Windows Users:
"path/to/Ampps/apache/bin/httpd.exe"

The above commands starts Apache if everything is correct, else it will throw an error.

2. How can I install/use scripts on a local network.
A. Visit url http://www.ampps.com/wiki/How_To_Use_Scripts_on_Local_Network

3. Accessing Admin/Enduser Panel gives a Blank Page.
A. There can be several reasons for this too.
Case 1: Your php.ini isn't loaded.
Solution: Restore Default Configuration from PHP Tab of AMPPS Control Center

Case 2: Cron was not able to run after installing AMPPS for the first time.
Solution: Type this command in Terminal/command prompt

For Mac Users:
/Applications/AMPPS/php/bin/php -c /Applications/AMPPS/php/etc/php.ini /Applications/AMPPS/ampps/softaculous/enduser/install.php

For Linux Users:
/usr/local/ampps/php/bin/php -c /usr/local/ampps/php/etc/php.ini /usr/local/ampps/ampps/softaculous/enduser/install.php

For Windows Users:
"path/to/Ampps/php/php.exe" -c "path/to/Ampps/apache/php.ini" "path/to/Ampps/ampps/softaculous/enduser/install.php"

If the file install.php does not exist, run the following command,

For Mac Users:
/Applications/AMPPS/php/bin/php -c /Applications/AMPPS/php/etc/php.ini /Applications/AMPPS/ampps/softaculous/cron.php

For Linux Users:
/usr/local/ampps/php/bin/php -c /usr/local/ampps/php/etc/php.ini /usr/local/ampps/ampps/softaculous/cron.php

For Windows Users:
"path/to/Ampps/php/php.exe" -c "path/to/Ampps/apache/php.ini" "path/to/Ampps/ampps/softaculous/cron.php"
(Note: Please make sure your Internet Connection is working properly)

4. License not Found.
A. Same as Case 2 of Q.3.

----------------------------------------------------------
To learn more about AMPPS & Softaculous visit url http://www.ampps.com/wiki & http://www.softaculous.com/docs
You can take help from AMPPS Users and Team from Softaculous Forum http://www.softaculous.com/board
If you are facing any other problems related to ampps or softaculous, you can always open a ticket http://www.softaculous.com/support
Source: README.txt, updated 2014-09-13