Saturday, May 30, 2015

How to make your own website for FREE in 10 minutes (with custom Domain and Host)

Step 1: Choose a Domain Name


Picture of Choose a Domain Name
  1. Go to http://www.freenom.com/en/index.html
  2. Choose a name for your site and one of the extensions (.ML, .TK, .GA, etc...)
  3. Sign up for the site and register that domain, if it's available. (If you want a nice .COM, then you have to buy one from GoDaddy for $10).
  4. When it asks for IP info, ignore it for now. We'll come right back to it.
UPDATE: Freenom DOES like to delete and block your domains for no reason (see comments). This site has a list of free domains:http://www.getfreedomain.name/

Step 2: Get a Free Host


Picture of Get a Free Host
  1. Now go to http://www.free-webhosts.com/
  2. Pick a host that's right for you (many will not take weird .TK domains, so I recommend ServersFree)
  3. Sign up and add your new domain

Step 3: Copy some Info


Picture of Copy some Info
  1. Once you sign up, you'll recieve an email with some important information: your username, password, Cpanel login page, FTP logins, and nameservers. Keep this email open, you'll be referencing it a lot later.
  2. Go to the Control Panel URL (http://cpanel.serversfree.com) and login
  3. Click on the MySql Databases button.
  4. Add a database (call it something like myname_wp)
  5. Go back to the Cpanel front page and note down the MySql URL (it should look like "mysql.serversfree.com"). You'll need it later.

Step 4: Install a Blog


Picture of Install a Blog
Technically, you can use a HTML editor to make your web pages, but the easiest way to do this is to have a blog software make the pages for you. The best I know is Wordpress.
  1. Go to wordpress.org
  2. Download the latest ZIP file.
  3. Open and extract the files to a folder on your computer
  4. For the next step you will need an FTP program to move all these files to your new host.

Step 5: Upload your files with FTP


Picture of Upload your files with FTP

filezilla3.gif

screenshot-by-nimbus-filezilla-project-org-images-screenshots-fz3_win_main-png.png
FTP is much faster than uploading each file individually. Here's how to do it:
  1. Go to https://filezilla-project.org/
  2. Download and install the program
  3. Click File>Site Manager>New Site and add the FTP address from the email
  4. Select "normal" and add the username and password from the email
  5. Click "Connect"
  6. Now go back to the folder with all the Wordpress files in it. 
  7. Select all those files and drag and drop them in the small right window (Aim for the big red circle in the 3rd picture above)
  8. The files will now upload. This will take a few minutes.

Step 6: Add your info to the wp-config.php file


Picture of Add your info to the wp-config.php file

screenshot-by-nimbus-file-C-Users-phil-Downloads-wordpress-wp-config-php.png

screenshot-by-nimbus-filezilla-project-org-images-screenshots-fz3_win_main-png.png
  1. Look back in your wordpress folder for a file called "wp-config.php"
  2. Open it up (it should open in Notepad)
  3. You have to make 3-4 changes. See the 2nd picture above. In (1), type your mysql database name (from the Cpanel, "myname_wp") in between the quotes.
  4. For (2), type your username (from the email)
  5. For (3), type your password (from the email)
  6. For (4), type the host's mysql URL (from the Cpanel, should look like "mysql.serversfree.com")
  7. Now save the file and close it.
  8. Upload this file, too. It will ask if you want to replace it, say YES.

Step 7: Sync up your Domain and Host


Picture of Sync up your Domain and Host

screenshot-by-nimbus (19).png
Now it's time for your host and domain servers to connect.
  1. Go back to Freenom.com
  2. Go to your domains
  3. Click Modify for your new domain
  4. Select the "Custom DNS" button (see picture above)
  5. Go back to your email and copy the 1st nameserver address (ns1.serversfree.com)
  6. Paste this in the first box on Freenom
  7. Do this for all the nameservers listed (there should be 2-4)
  8. Save changes and exit.
Now the servers could sync with each other immediately, or it could take up to 48 hours. It's always different.

Step 8: Set up your new Blog


Picture of Set up your new Blog

screenshot-by-nimbus (18).png
Check your new domain to see if it works yet. You'll know when it you see the 1st image above.
  1. You'll need to add your email and copy the password they give you.
  2. Login
  3. You should now change your password to something you'll remember better. Follow the directions on the screen.
  4. You website is now ready to go. You can customize it by clicking on Appearance>Themes and selecting a theme you like. You may also Google some themes and upload them through FTP, into the  wp-content>themes folder. 
  5. You can go to Appearance>Widgets to add content on the sidebars and footer bars.
  6. I also recommend you find some good Plugins to better appear on search engines.
  7. If you did everything perfectly, this could have all been completed in less than 10 minutes. Happy posting!
Plugins I use:
  • Statpress
  • Shareaholic
  • Wordpress SEO
  • WP-Pagenavi
  • W3 Total Cache
  • Online Backup for WordPress
  • Google XML Sitemaps
source: http://mynig.ga



No comments:

Post a Comment

Saturday, May 30, 2015

How to make your own website for FREE in 10 minutes (with custom Domain and Host)

Step 1: Choose a Domain Name


Picture of Choose a Domain Name
  1. Go to http://www.freenom.com/en/index.html
  2. Choose a name for your site and one of the extensions (.ML, .TK, .GA, etc...)
  3. Sign up for the site and register that domain, if it's available. (If you want a nice .COM, then you have to buy one from GoDaddy for $10).
  4. When it asks for IP info, ignore it for now. We'll come right back to it.
UPDATE: Freenom DOES like to delete and block your domains for no reason (see comments). This site has a list of free domains:http://www.getfreedomain.name/

Step 2: Get a Free Host


Picture of Get a Free Host
  1. Now go to http://www.free-webhosts.com/
  2. Pick a host that's right for you (many will not take weird .TK domains, so I recommend ServersFree)
  3. Sign up and add your new domain

Step 3: Copy some Info


Picture of Copy some Info
  1. Once you sign up, you'll recieve an email with some important information: your username, password, Cpanel login page, FTP logins, and nameservers. Keep this email open, you'll be referencing it a lot later.
  2. Go to the Control Panel URL (http://cpanel.serversfree.com) and login
  3. Click on the MySql Databases button.
  4. Add a database (call it something like myname_wp)
  5. Go back to the Cpanel front page and note down the MySql URL (it should look like "mysql.serversfree.com"). You'll need it later.

Step 4: Install a Blog


Picture of Install a Blog
Technically, you can use a HTML editor to make your web pages, but the easiest way to do this is to have a blog software make the pages for you. The best I know is Wordpress.
  1. Go to wordpress.org
  2. Download the latest ZIP file.
  3. Open and extract the files to a folder on your computer
  4. For the next step you will need an FTP program to move all these files to your new host.

Step 5: Upload your files with FTP


Picture of Upload your files with FTP

filezilla3.gif

screenshot-by-nimbus-filezilla-project-org-images-screenshots-fz3_win_main-png.png
FTP is much faster than uploading each file individually. Here's how to do it:
  1. Go to https://filezilla-project.org/
  2. Download and install the program
  3. Click File>Site Manager>New Site and add the FTP address from the email
  4. Select "normal" and add the username and password from the email
  5. Click "Connect"
  6. Now go back to the folder with all the Wordpress files in it. 
  7. Select all those files and drag and drop them in the small right window (Aim for the big red circle in the 3rd picture above)
  8. The files will now upload. This will take a few minutes.

Step 6: Add your info to the wp-config.php file


Picture of Add your info to the wp-config.php file

screenshot-by-nimbus-file-C-Users-phil-Downloads-wordpress-wp-config-php.png

screenshot-by-nimbus-filezilla-project-org-images-screenshots-fz3_win_main-png.png
  1. Look back in your wordpress folder for a file called "wp-config.php"
  2. Open it up (it should open in Notepad)
  3. You have to make 3-4 changes. See the 2nd picture above. In (1), type your mysql database name (from the Cpanel, "myname_wp") in between the quotes.
  4. For (2), type your username (from the email)
  5. For (3), type your password (from the email)
  6. For (4), type the host's mysql URL (from the Cpanel, should look like "mysql.serversfree.com")
  7. Now save the file and close it.
  8. Upload this file, too. It will ask if you want to replace it, say YES.

Step 7: Sync up your Domain and Host


Picture of Sync up your Domain and Host

screenshot-by-nimbus (19).png
Now it's time for your host and domain servers to connect.
  1. Go back to Freenom.com
  2. Go to your domains
  3. Click Modify for your new domain
  4. Select the "Custom DNS" button (see picture above)
  5. Go back to your email and copy the 1st nameserver address (ns1.serversfree.com)
  6. Paste this in the first box on Freenom
  7. Do this for all the nameservers listed (there should be 2-4)
  8. Save changes and exit.
Now the servers could sync with each other immediately, or it could take up to 48 hours. It's always different.

Step 8: Set up your new Blog


Picture of Set up your new Blog

screenshot-by-nimbus (18).png
Check your new domain to see if it works yet. You'll know when it you see the 1st image above.
  1. You'll need to add your email and copy the password they give you.
  2. Login
  3. You should now change your password to something you'll remember better. Follow the directions on the screen.
  4. You website is now ready to go. You can customize it by clicking on Appearance>Themes and selecting a theme you like. You may also Google some themes and upload them through FTP, into the  wp-content>themes folder. 
  5. You can go to Appearance>Widgets to add content on the sidebars and footer bars.
  6. I also recommend you find some good Plugins to better appear on search engines.
  7. If you did everything perfectly, this could have all been completed in less than 10 minutes. Happy posting!
Plugins I use:
  • Statpress
  • Shareaholic
  • Wordpress SEO
  • WP-Pagenavi
  • W3 Total Cache
  • Online Backup for WordPress
  • Google XML Sitemaps
source: http://mynig.ga



No comments:

Post a Comment