Easy DirectAdmin Install

From AWBS Wiki
Revision as of 14:49, June 30, 2011 by Awbsrob (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Easy cPanel Install

(Note: this page is based upon the cpanel x theme. Icons and links may have different but similar names/icons if you have another cpanel skin)

Login to cPanel


Create Database


  1. Click the MySQL Databases icon: alt cPanel Database Icon Location
  2. In the Current Databases: section enter the desired database name in the New Database field:
    alt Create New Database box
  3. Click the Create Database button
    alt Database Created
  4. Click the Go Back link.
  5. In the Current Users section enter the desired username and password in the appropriate fields:
    CPanel-CreateDBUser.png
  6. Click the Create User button:
    CPanel-DBUserCreated.png
  7. Click the Go Back link.
  8. In the Add Users to Your Databases section, select the database you just created and the user you have just created in the dropdown boxes, then click the Add button
    CPanel-AddUserAdd.png
    Verify that the ALL checkbox is checked for privileges:
    CPanel-AllPrivs.png
  9. Click the Make Changes button.
  10. Document your db name, username and password for future reference.

Upload files


  1. Click on the Legacy File Manager icon.
    CPanel-FileManager.png
  2. On the Directory selection window, leave as Web Root and click Go. (This tutorial assumes you are installing in the root of your site.)
    CPanel-DirectorySelect.png
  3. Click on Upload file(s):
    CPanel-UploadLink.png
  4. Click the first Choose File button, select the full install AWBS zip file that you downloaded from the AWBS download area.
    CPanel-UploadFiles.png
  5. Click the second Choose File button, select the license.dat file you got when you purchased AWBS.
  6. Click the Upload button.
  7. When the upload is complete, click on the filename of the AWBS full install zip.
    CPanel-File.png
  8. In the top right pane, click Extract File Contents.
    CPanel-Extract.png
  9. Once the zip has been extracted, you can close the new tab or window that opened, and delete the Zip file.
    CPanel-Extracting.png

Edit dbconfig.php file


  1. Refresh the File Manager page.
  2. Navigate into the includes directory by clicking the folder icon beside includes: CPanel-Includes.png
  3. Scroll down in the listing until you find dbconfig.php.
    Click on the filename dbconfig.php: CPanel-dbconfigfile.png
  4. In the top right pane, click Edit File with Code Editor.
    CPanel-EditFile.png
  5. This block will open a new box which asks for the character encoding, it is best to leave it at us-ascii:
    CPanel-CodeEditorAscii.png
  6. Scroll down in this block until you see the Edit button. Click the Edit button: CPanel-EditButton.png
  7. Find and Remove the $needs_edit=1; line:
    CPanel-NeedsEdit.png
  8. Find the Database information lines. This is where you will need the Database Name, Username, and Password as previously noted in the Create Database section.
    CPanel-EditDBInfo.png
  9. Edit these lines with your database information:
    CPanel-EditedDBInfo.png
    (Enter your information between the quotes in each line, overwriting the sample data that is there)
  10. Find the Workdir information line:
    CPanel-EditWorkdir.png
  11. Edit this line with your correct path to your files:
    CPanel-EditedWorkdir.png
    Most cPanel servers paths would be like this:/home/userdir/public_html Substitute 'userdir' with your cPanel login username.
  12. Find the Cookie Domain information line:
    CPanel-EditCookieDomain.png
  13. Edit this line with your domain name preceded by a dot:
    CPanel-EditedCookieDomain.png
  14. Click the Save Changes button in the top right corner to save your dbconfig.php file:
    CPanel-SaveChanges.png
  15. Close the edit window.

Run the install script


Open a new browser window. Surf to http://[your_AWBS_domain]/install/install.php (Substitute your domain name for [your_AWBS_domain])
Note: You must have read the AWBS license agreement and agree to abide by the terms to continue with the install.
AWBS-Agreement.png
Once you have read the license agreement, Check the box and click Begin Install

Welcome: (License Check)

The next step is to verify your license. You should see something like the following:

AWBS-LicenseStatus.png

Once the license has been verified click the box at the bottom of the page labelled Continue With Install

Note: Error 5 indicates the license.dat file is missing. Be sure you have uploaded the license.dat file to the same directory that you uploaded the AWBS files.
Error 3 indicates your server cannot reach our license database via port 80. Ensure your server has internet access via port 80.

Step 1:

The next step is to check your php.ini configuration settings and make sure everything is ready to go. You should see something like the following:
AWBS-SystemChecks.png
Once the above information has been tested, click the box at the bottom of the page labelled Continue to step 2

Step 2:

The next step is to check your database settings and make sure everything is ready to go. You should see something like the following:
AWBS-DBCheck.png
Once the above information has been tested, click the box at the bottom of the page labelled Continue to step 3

Step 3:

The next step is to check your database structure and make sure the database is ready to go. You should see something like the following:
AWBS-DBStructureCreate.png
Once the above information has been tested, click the box at the bottom of the page labelled Continue to step 4

Step 4:

The next step is to populate the database with your company's information. Fill in the following info and then continue. You will need to fill out the information shown below:
AWBS-CompanyInfo.png
Server Settings

Edit the licensed urls if necessary. Add/Remove the www. as needed/desired, edit http and https as needed, and add any subdirectory information to the url. Do NOT add a trailing slash. If you don't have a secure site, use the same URL in both fields.

Do NOT enter a URL that does not contain your AWBS files! The URL must point to where you have uploaded the files. If you alter the licensed domain name or subdomain, it will not match your license and you will have license errors.
AWBS-ServerSettings.png
Non-Secure URL: examples: http://[your_licensed_domain_name]/directory or http://[your_licensed_domain_name] or http://[your_licensed_subdomain]

Note: The URL above should reflect the URL you surf to to get to your AWBS site.  

If making use of Portal Mode, select that option and enter the URL for your Front End site.

Server Admin

This is where you will establish the 'super admin' account and login. The password can be changed later.

Remember this login!
AWBS-SuperAdminInfo.png
Once you have the above information filled out as needed, click the box at the bottom of the page labelled Continue to step 5

Step 5:

AWBS installation is complete!

At this point, the basic install is complete.

AWBS-Complete.png

Click the box labeled "Finish Install"


Delete the install directory


  1. Go back to your cPanel File Manager browser window.
  2. Click on the Up one level link.
    CPanel-UpOneDir.png
  3. Click on the install directory name (not icon).
    CPanel-InstallFolder.png
  4. In the top right pane, click to delete this folder and all files under it link.
    CPanel-DeleteFolder.png

Secure the admin, includes and tools directories


  1. In cPanel, close the file manager window. Click the Password Protect Directories icon.
    CPanel-ProtectedFolders.png
  2. In the Directory Selection box, use the Web Root.
    CPanel-PasswordDirSelect.png
  3. Click on the admin directory name (not icon)
    CPanel-ProtectedFoldersSelect.png
  4. Check the Directory requires a password to access via the web check box, (you must check this to activate password protection).
    CPanel-SecuritySettingsFolderProtect.png
  5. Enter some text as desired in the Protected Resource Name (will display in browser's password mask)
  6. Click the Save button.
  7. If successful you should see the following. Click the Go Back link.
    CPanel-PermissionsUpdated.png
  8. Scroll down to the Active Users section.
    CPanel-CreateUserFolderProtect.png
  9. Enter a username in the User Name field and a password in the Password field.
  10. If successful you should see the following. Click the Go Back link.
    CPanel-AddUserAccepted.png
  • Additional users can be added.
  • Click the Add/modify authorized user button.

Remember these logins will be needed by all who enter the protected directory. This will include any AWBS users who you give any admin rights to.

Repeat above for the includes and tools directories.


Configure your cron jobs


  1. From your cPanel home page, click on the cron jobs icon.
    CPanel-CronJobs.png
  2. Enter an email address you will be able to check in the Please enter an email address where the cron output will be sent field.
    CPanel-CronEmail.png
  3. Edit the Minute and Hour fields so that you have scheduled for once per day at a low traffic time on your server. Example: If you enter 0 for Minute and 5 for Hour, this will run the updtransfers.php cron at 5:00 AM each day.
  4. Enter php -f /home/userdir/public_html/tools/updtransfers.php in the Command field. (Substitute your cPanel username in place of 'userdir' and do not paste the quotes)
    CPanel-Updtransfers.png
  5. Click the Add New Cron Job button.
  6. Configure the updateexp.php and invoice_cron.php files also for once per day, but at a different time than the updtransfers.php cron. You can copy the command field from the original, then just edit the file name updtransfers.php to updateexp.php and change the Hour, then save.
  7. Repeat for invoice_cron.php.
    NOTE: It is advised to run the invoice_cron.php after the updateexp.php and updtransfers.php files each day.
  8. Repeat for master_cron.php, however change the Minute field to */10 and the Hour field to *. This will run the master_cron.php every 10 minutes.
    CPanel-MasterCron.png

Once you are satisfied your crons are functioning properly (after configuring and testing your AWBS install), you can remove your email address to minimize your incoming emails.

Installation is complete, now you can login as super admin and start configuring, customizing and testing.