Showing posts with label instructions. Show all posts
Showing posts with label instructions. Show all posts

Monday, August 31, 2015

How to Install Drupal On 1and1 Servers (23 Steps)


OVERVIEW: Before we get into any of the steps below, I am assuming that you are a web designer or programmer that has been looking for an open source content management platform, and decided to use Drupal. I am also assuming that you are hosting your website with 1and1 on a linux package. If both of these assumptions are correct, then proceed to step 2.
INTRO: Congratulations, you have chosen a really cool content management platform that keeps expanding and growing. I am still learning the system myself, but I wrote this article to help anyone who has run into the same install issues that I had when tring to load drupal onto my 1and1 server linux hosting package. I stress that you need to have a linux hosting package because you CAN NOT install drupal onto a 1and1 MS package. I have tried, and it does not work.
STEP 1: 1and1 Linux hosting package confirmation - Make sure that you have a 1and 1 linux hostig package. I recommend that you have at least a home package, but a business package will really be what you want to help expand the drupal system and to better manage your database. Check your 1and1 control panel settings to make sure you are set up correctly. You should have PHP support and a MySQL database option. If you are on the MS package, you will want to 'upgrade' your package to a Linux package. I had to do this with two of my accounts to get drupal to work.
STEP 2: Download Drupal files to your desktop - Go to the drupal.org site and download the most recent drupal version. At the time of my writing this article, the most recent version is 6.10. Download this to your desktop first so that we can easily work with the files. You will notice that you got a tar.gz file downloaded to your desktop. (link in resources below)
STEP 3: Expand Drupal Files - Now we are going to unzip or expand the files. Since this is a tar.gz file, and not a zip file, I recommend that you download and use a program called 7-zip (an open source file archive program) instead of winzip or other popular programs to expand the files. 7-Zip is a great tool, it is free, and it handles archived files really well. Download this program, then unarchive the drupal files to your desktop. (link in resources below)
Great, now you should have a new drupal folder on your desktop with all of the items fully expanded. If you did it correctly, you will see the following folders contained inside your drupal folder: 'includes', 'misc', 'modules', 'profiles', 'scripts', 'sites', 'themes', and other files below. Many directions will tell you to make changes at this point, but I want to urge you to follow my instructions now to help you visual and check in real-time the changes you are making.
STEP 4: FTP drupal files to your web server - Now take all of these files and FTP them to the root of your website. This would be the www folder or the main directory of your site. For the 1and1 server package, it would be the following www.yoursitename.com/ where you will see the '/' in your FTP client. I recommend that you drop the entire drupal folder into this directory to learn how to install the tool. Once you learn how to install the tool, you can later move all of the files out of the folder and drop them directly into your site's root structure. For this example, just call the folder 'drupal' - so for the purposes of this example and to help you install the program, you will be working with the following directory on your own server: 'www.yoursitenamehere/drupal'
STEP 5: Take a look at the drupal web install guide - The cool thing about drupal is that it has an install guide that you can access using a web browser. It helps you by giving you a checklist of things you need to correct, and it also allows you see that you have put the files onto your website server correctly. In this step, we are going to take a look at the web browser install tool, and proceed with configuring some files to get this to work correctly. If you followed my example, you can now open a web broswer and type in the following URL path to get to the installation of the drupal tool: www.yoursitenamehere/drupalIf you did as I specified, you should a screen that looks like the one attached. This will be the drupal online install guide, and it will immediately show us an error screen indicating that we need to configure our settings.
STEP 6: Disable 'register_globals' on 1and1 server - So as the error message says - we want to disable our 'register_globals' on our server. Doing this is very simple. For the 1and1 server package, to do this, we are going to need to create a file called php.ini and save it to the root structure of our drupal directory. Within this php.ini file we are going to place some code that disables the 'register_globals'. Now you may be wondering, how do I make a php.ini file? You can do it using dreamweaver, textpad, notepad, or any web editing tool you use. To keep this simple, I want you to do this using notepad.
STEP 7: Create a php.ini file - Open notepad or a basic text editor. Save this file to your desktop as php.ini (if it saves as a word file, that is fine, just change the name later to php.ini) copy and paste the following code into the file and save it to your desktop drupal folder:register_globals = false(see picture for reference) That is it!
STEP 8 FTP php.ini file to web server - Now take this file and FTP it to your web server in the root directory right into the drupal folder this means, drop it directly into the following location on your server - 'www.yoursitenamehere/drupal'. Once you do this, go back to your web brwser drupal install screen found here: www.yoursitenamehere/drupal, and refresh the screen. You should now see an error message that speaks to copying a setting.php file. It should look like the same message as the error image attached to this step. This is a common error message because as part of the drupal install process, we need to copy the setting.php file and change its permissions.
STEP 9: Create a 'settings.php' file - This is extremely easy to do and is part of the drupal install instructions that you can find on the drupal site. I will explain how to do it here however to keep you moving along smoothly. I do want to point out that you should use the FTP program 'Filezilla' for this step, as it allows you to change the CHMOD permissions on a file, where dreamweaver and other FTP programs do not. If you need to take a moment to install the free FTP program filezilla, please do that now using the link in the resource section below.
STEP 10: Create a 'settings.php' file - Going back to your local drupal desktop folder, find the folder called 'sites' and open it up. Inside you should see two more folders named 'all' and 'default'. Open up the folder named 'default'. You should now see a file named 'default.settings.php'. Simple copy the default.settings.php file resave it right into the 'default' folder along with the default.setting.php file. Since you can not have two files of the same name in the same folder, you are going to need to rename this new copied file as 'setting.php'. (see image for reference) and CHMOD it to 777, to make it readable (do this using filezilla if your FTP client does not allow permission changes)
STEP 11: FTP and CHMOD 777 'settings.php' file - Now we want to FTP this file over to your website server file directory into the 'default' folder in the 'sites' folder to go right along with the 'default.setting.php' file. So the path you will be using to FTP this file to your server if you are following the steps of this write-up is: www.yoursitenamehere/drupal/sites/defaultNow, I recommend that you use Filezilla to FTP this file, because we need to change the CHMOD (permissions) to 777. This makes this file readable and allows drupal to proceed with the installation on your server. Once you have connected to your web server using Filezilla, right click on the 'setting.php' file and change the 'file attributes' to 777. Then FTP this file to your server. I am assuming that you know how to use an FTP program, and if not, please see my link in the resources section to my article about how to use Filezilla.
STEP 12: Check drupal web install guide - Once you have uploaded this file to the server in the 'default' folder within the 'sites' folder of your websites root file directory, go back to the web browser drupal install view here: www.yoursitenamehere/drupal' and click refresh. If you did this install correctly, you should see a screen similar to the one attached to this step.
STEP 13: Increase PHP Memory - NOTE: please read the Drupal Database Configuration screen that you have in front of you now. There is a key element on here that we must address before we get into the actual database setup. In the yellow box, Drupal recommends that we increase our PHP mempory limit to 16M to help prevent errors. I HIGHLY recommend that at a minimum you increase the PHP memory to 16 MB, but it would not hurt to increase it to 32MB. To do this, we are going to go back to the 'php.ini' file that you created and add another line of code. Below the 'register_global' code you created, add the following:memory_limit = 36M (See image for example). Now FTP this new file back into your web file root folder and overwrite your old php.ini file and you should be done increasing the php memory. Go back to your drupal web broswer installation screen and refresh it, and you will now notice that the yellow box is gone, and we are left with the database configuration fields. (see image).
Excellent job so far! We are now at the fun and easy task of setting up a 1and1 MySQL database, and tieing it to the drupal program that we are installing. If you do not understand anything about MySQL databases, do not worry! This is easy to set up using the 1and1 control panel and we only have to change a few items in the drupal code to get everything to synch up. So lets get started creating our 1and1 database!
STEP 14: Create a 1and1 database for your account - Now we want to create a database in our 1and 1 control panel. Log into your 1and1 account using the customer login, and click on the MyAQL administration toolbar in the control panel. See image for reference.
STEP 15: Create a new database - Within the 1and1 MySQL admin tool, there is a button that says 'New Database'. Click this to get a screen that says MySQL Database Setup. You will be asked to give your database a name. Call it Drupal for now, select the version of MySQL to be 5.0, and then click 'setup'. You will get another screen that shows you your user name, password, host name, etc. Just click Finish. In about 30 minutes, you will have a new 1and1 database setup. When you have done all of these steps, and roughly 30 mintues have passed, you should see that your new database was created and you will also see that you have the following information for your new database:Database name: db#########Host name: db###.perfora.netUser name: dbo#########Password:
****
STEP 16a: Add the database info to your 'settings.php' file - There are actually two ways to do this step. Option A shown here is to use the drupal web install tool to enter in your database info. Option B outilined in the next step is the manual way to do this. I actually prefer to do the manual method in Option B, but you can do this either way. Here is option A: using the drupal web install guide at www.yoursitenamehere/drupalSimply enter in your site database name, database username, and database password into the basic option. Then open up the advanced options and enter in your site database host name. Then click save and continue at the bottom of the screen. (see image for reference)
STEP 16b: Add the database info to your 'settings.php' file - Here is option B: Manual processNow that you have created a database, and you have all the info needed for your database, we will need to manually add this info to the drupal 'settings.php' file that we created earlier and uploade to our web server. Doing this skips using the drupal web install guide. You might wonder why you want to do this. I have acutally had issues using the drupal web install guide during this step, so I do it manually, but try Option A if you are not comfortable doing this. To do Option B, simply open the 'settings.php' file again using the text editor, and change the following information:Search for $db_url =Change the line from this:$db_url = 'mysql://username:password@localhost/databasename';To this, using the info from step 15 above:$db_url = 'mysql://dbo#########:
****@db###.perfora.net/db#########';Now save this document and FTP it to your server again using Filezilla as CHMOD 777.
STEP 17: Drupal Final Site Configuration - Congratulations! You are now on the last step of your drupal install on a 1and1 server. If you did all of the steps above correctly, drupal will finalize the install, and you will see the attached screen when you go to the drupal web install guide at : www.yoursitenamehere/drupal Now, just type in the last requirements that it asks you for and click save and continue. It will now take you to your new drupal site and you will be logged in as the admin. Now you can set up your drupal site anyway you like. I will try to write some more articles about how to set up yoru drupal site, but there is a lot to do for this, so you you should probably read the drupal forums on the drupal.org site.
STEP 23: Finished.
VPS Hosting

Sunday, August 30, 2015

How to Manage My Google Domain (6 Steps)


Sign up for a Google Apps account by clicking on the link in Resources, then click 'Get Started.' Enter your domain, or choose to purchase a new one. Follow the signup process through creating a username, setting a password, entering contact information and accepting the terms and conditions.
Activate your account by verifying domain ownership. Log in with your new account, and click 'Activate Google Apps' in your control panel. Choose between creating a CNAME record and uploading an HTML file, and follow the instructions. Once you have completed the process, click 'Verify' on the control panel to finish activation.
Create user accounts for each employee or email address you wish to set up by logging in to your control panel and selecting the 'Users and Groups' tab. Click 'Create New Users,' and enter the required information. Multiple users can be added at once by uploading a CSV file.
Update your MX records to direct your Email traffic to the Google servers. The process to update DNS records varies based on your host; log in to your hosting service or domain name provider, and search for DNS settings. Set your MX record to 'ASPMX.L.GOOGLE.COM' with a priority of '1.'
Set up custom URLs for each of the Google Apps by entering CNAME records for each service. To set up a custom URL for Email, click on 'Email' on the control panel. Click 'Change URL' in the 'Web Address' section at the top of the page. Enter your desired Web address, and click 'Continue.' Create a CNAME record for this new address by editing the DNS settings the same way you changed the MX record. Repeat this process for the remaining services.
Configure additional settings using your control panel. Easily enable or disable and change preferences to features including Calendars, Contacts, Docs and Sites.
VPS Hosting

Saturday, August 29, 2015

How to Get a Wine Tasting Permit


Find out whether your wine tasting qualifies for a special-occasion permit. Special-occasion permits are for events, such as weddings, charitable fundraisers and community festivals. A permit like this is normally good for a week or less, depending on state laws.
Seek out your state's liquor-control board online. You can find state-specific instructions on how to apply for a license or permit to keep you in good legal standing in your area. You can find the appropriate State alcohol-control board at the Marin Institute website (see Resources below).
Take a look at local applications and permit requirements by accessing your state's website via USA.gov (see Resources below).
Check the requirements for frequency limitations on special-occasion permits. If you plan on hosting more that one tasting event, be aware that some states have varying rules regarding the number of special permits you can get throughout the year.
State where your event will be held when you contact your local board. The need for a permit depends on where your event will be held and whether you plan to sell the alcohol or serve it to your guests free of charge. If you are simply hosting a tasting party in your private residence, you need not worry.
Indicate on your application whether you will be using public streets during your event. If the event blocks access to any part of a street, you will need to get approval from the local municipal authority and attach it to the permit application.
Prepare a description of the room in which the wine tasting will be held. Some agencies will need the measurements of the room and a specific description about what it will be used for, such as storage, bottling and serving.
VPS Hosting

Friday, August 28, 2015

How to upload or share a video and make money


Visit www.revver.com
Set up an account
Click 'upload' and follow the instructions
Add 'meta data' (descriptive language, title, etc.)
Use Sharing tools to publish 1 or hundreds of videos to your website, blog, community page etc.
VPS Hosting

Thursday, August 27, 2015

How to Make a Conference Call With Telstra


Instruct the participants to call into the service and wait to be welcomed by the Recorded Voice Announcement or RVA. The RVA will give specific instructions on how to go about the next steps.
Input your account number and PIN by dialing them directly on your phone's keypad. This information will be provided to you after subscribing to the conferencing services over the phone. Press the hash key (#) button after inputting the account number and PIN.
Wait for the RVA to advise you if your account number and PIN have been validated. The RVA will automatically transport you to the conference after the validation.
Hang up the phone to end the conference call.
VPS Hosting

Tuesday, August 25, 2015

How to Make Money Designing Clothes Online


Review the major companies that offer designers the infrastructure to produce, process and deliver their designs. Major brands include CafePress, Zazzle, and Printfection. Compare the base prices on the garments you plan to sell, initial or ongoing fees, shipping rates, shipping destinations and customer reviews. Order a similar product from each supplier and rate each according to garment quality, print quality, price and shipping time.
Navigate to the account creation page of the best supplier as determined by the previous step and follow the onscreen instructions to create an account as an online store. Account creation requires personal contact information such as your name, address and, in some cases, your business entity's information. You must also provide details on how you wish to be paid. Common options include check or via PayPal. Some services also charge setup or monthly fees.
Use the integrated tools to customize your store and create your clothing designs. Select the types of garments you want to offer along with the sizes and colors available. Each service has tutorials on the specifics of their tools and the sizes, resolution and formats that produce the highest quality garment designs.
Open a new tab or window in your browser and navigate to a Web hosting service. Follow the onscreen instructions to sign up for a domain name and Web hosting service for your store. This gives your store an added layer of professionalism as many of the suppliers ship your products with your logo on the packaging to further brand your store. Some sites, such as CafePress, do not support the option to use your own domain for their online stores.
Promote your online clothing store. Common approaches include creating articles about custom clothing with links to your store or creating a Facebook fan page to promote your brand and building a social group of people interested in your type of clothing. For example, if you promote clothes for surfers, interact with other groups and fan pages to invite their members to your fan page and subsequently your store. Use pay-per-click advertising for keywords related to the types of clothing in your store and banner ads on sites related to your target market. Use the Google Adwords Keyword Tool's 'keyword' and 'placement' options to research keyword search volumes and related websites, respectively. The keyword search volume gives you an idea of what words to use for your pay-per-click campaigns and the 'placement' tool allows you to research banner ad space available on websites for your target market.
VPS Hosting

Monday, August 24, 2015

How to Plan an Open House Party (8 Steps)


Set the time and date. Open house parties are great for the afternoons, and they can run between two and five hours, depending on how many people you are expecting.
Decide on the scope of your party. How many people do you see showing up? Remember that while they are not going to all be there at once, they are still going to want a chance to enjoy some refreshments and to socialize. Think about what your space will bear and and how many people you want to show up.
Think about the venue. Where do you want to hold your open house party? If it is warm, holding an open house party in the backyard can be a great way to enjoy the good weather and to make sure that you have enough space. A limited space like a small store or a small living room might necessitate a smaller pool of guests.
Plan for parking. If you are hosting your party in a downtown venue without a parking lot or even in a crowded urban neighborhood, think about giving your guests instructions on parking and where it can be found. If you are going to be taking up space in a lot or on the road, a notice letting your neighbors know is considered polite. Depending on the scope of your party, it might be necessary to rent parking space in a lot or to arrange for valet parking.
Consider how to do invitations. When you are planning an open house party for a small event like a graduation or a farewell party, you simply send out paper invitations to the people who are interested in coming over. Sending out an open invitation over the social network of your choice can also be a good way to get people interested, but you do risk losing control over who shows up. If you are planning to do an open house party for a business, flyers and advertisements can help get the community interested.
Decide on refreshments. The people who are going to be showing up are going to be expecting some form of refreshment, so think about what you want to provide. Finger foods are going to be ideal for something as casual as an open house party, and they can easily be prepared in your own kitchen. Slices of sheet cake, small sandwiches, a cheese tray and a fruit dish are all great choices. Do not forget to think about drinks as well. Cans of soda and bottles of water can be bought by the case for this occasion.
Staff your party. Even if it is just you and a few friends holding the party, decide who is going to be in charge of things like keeping the food and drink on the table. This will help you avoid issues later on. Staff can also include hiring security, especially if you are looking at a larger open house party. If you are planning to have community members show up, their safety and yours is important, so consider consulting a professional security service and seeing what they recommend.
Plan your decorations. When you are holding an open house party, you are often celebrating something. If you are celebrating a graduation or an anniversary, pictures of the guests of honor set on a board or on the walls is a great idea, and if you are throwing a holiday party, look for decorations that pertain to the season. Remember that a festive environment can keep your party going.
VPS Hosting

Saturday, August 22, 2015

How to Connect a CMS to a Website


Determine where the CMS will be connected on your website. If you have an existing website with content, you may want to connect the CMS to a URL other than the homepage of your website. On the other hand, if your website is new, you may want the CMS connected to the homepage.
Log in to your website hosting service. Activate the hosting control panel and navigate to the application installation section of the control panel.
Install a CMS. From the application installation section, select the CMS you'd like to install. Follow your website hosting service's instructions for installing and configuring the CMS. The website hosting service will likely create a database for your CMS to use and then install the CMS software. Write down any login or administrator information for the database and CMS that you enter during the installation process.
Add a test page or post. Access the administrator login page for your CMS. Add and publish a test page or post according to the instructions for your CMS. If you can't access the administrator page, you may need to reinstall the CMS.
Verify the CMS operation. Log out of the CMS administrator section. Visit your website as a visitor would and navigate to the location where the CMS is connected. Make sure your test page or post appears correctly and that the CMS is working. Make any necessary changes.
VPS Hosting

How to Post Audio Files on Blogspot (5 Steps)


Post your audio files on the hosting site of your choice. Audio files can be hosted for free on multiple sites, including zShare, DreamHost and BlueHost. Follow the individual site's instructions for uploading your audio file from your computer. Once you've uploaded your audio file to the host site, copy the URL that the site provides for that audio file.
Log in to Blogspot with your Blogger username and password. Navigate to the 'Settings Tab' from your Dashboard, then click 'Formatting.'
Scroll down to the 'Show Link Fields' heading and select 'Yes' from the drop-down menu. Click 'Save Settings' at the bottom of the page.
Start a new post by clicking 'Posting' from the Dashboard, then click 'New Post.' Click on 'Add Enclosure Link' underneath the title heading.
Paste the URL from your hosting site into the 'URL' box that appears. Finish composing the rest of the post, then click 'Publish Post.' Your audio file will appear in the post as a link to the audio hosting service.
VPS Hosting

Friday, August 21, 2015

How to Create a .org Website


Decide on the name of your website (called the 'domain name'), and check to see if that domain name is available. There are numerous companies online called domain name registrars that own domain names and will test name availability. Not all registrars offer .org domain name extensions; for a list of accredited registrars with .org domain extensions, visit the Public Interest Registry's list at http://www.pir.org/get/registrars. (See Reference 1, Reference 3)
Follow the instructions for purchasing and setting up the website domain specified by the particular domain registrar used. In addition to testing the availability of the website name, the registrar may also offer domain name suggestions based on the website's purpose, as well as hosting the site itself.
Choose a website hosting service to maintain the site's online presence, if the domain name registrar is not used for this purpose. There are hundreds of reputable hosting services, and the best way to find one is to determine the needs of the website. It is important to take the following criteria into consideration: cost, technical support and reliability, and capability for handling website size and traffic. (See Reference 2)
Hire a web designer or company to create the pages of the website. It is important to have a professional design the website due to the vast knowledge required for search engine optimization, quality of content, usability and aesthetic appeal.
VPS Hosting

How to Make Money With a Web Server (7 Steps)


Get a computer for use as your server. Make sure that it has a fast processor (1.0 Ghz or faster), decent RAM (1GB or more) and a large hard drive (think 500GB or 1TB). You need to have room to host other people's files.
Follow instructions to set up your web server. It's outside the scope of this how-to, so you'll need to conduct your own research on how to get that done (see the Resources section).
Make sure your server always has power, so there's virtually no down time. Down time is something customers pay pretty close attention to when looking for a web hosting service.
Set up a website advertising your hosting service. Market different packages and options, based on what your web server is capable of supporting.
Use legal support to make sure that you are in compliance with local, state and federal business requirements.
Use legal support to clearly outline the terms and conditions of your web hosting. For instance, make sure your policies are clear regarding adult websites, music and file sharing.
Make money offering space on your server to others. Market your website to sell your hosting services, and you should be making money in no time.
VPS Hosting