Web Services
  Home arrow Web Services arrow Page 3 - Blogging Away To Glory (A bBlog Primer...
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Actuate Whitepapers 
VeriSign Whitepapers 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WEB SERVICES

Blogging Away To Glory (A bBlog Primer)
By: Harish Kamath
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 2 stars2 stars2 stars2 stars2 stars / 26
    2004-12-15

    Table of Contents:
  • Blogging Away To Glory (A bBlog Primer)
  • Getting Started
  • Installation
  • bBlog Administration Overview
  • Managing The Blog
  • Dress Up Your Blog
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    Blogging Away To Glory (A bBlog Primer) - Installation


    (Page 3 of 7 )

    After checking to make sure that the Apache and MySQL servers are running in the background, you can try accessing the installation wizard by pointing your Web browser to the URL http://www.mysite.com/theblog/bblog/install.php (remember to update this URL if you have opted to install the application at a different location).

    Here's what you will see:

    Blogging Away To Glory (A bBlog Primer)

    This is the first screen of the "bBlog Installer" wizard, where we are required to agree to the GPL License - a common feature with Open Source software packages these days. Below, you have to specify if you are installing a fresh version of bBlog or upgrading from a previous version - choose the "Fresh Install" option and click on the "Next" button.

    The next screen will let you know if the file permissions for the required files and folders - set earlier -  are correct or not. If all goes well, and it should, click on the "Continue" button to move to the next screen. If not, the "Installer" will flag an error message and will recommend a possible course of action.
     
    Next, we have the "Database and Blog Settings" screen that allows us to specify the important parameters, which will determine the functioning of our blog.

    Blogging Away To Glory (A bBlog Primer)

    First, we have the general configuration settings:

    • Blog name: The name of our blog.
    • Blog Description: A short description of our blog.
    • Username: the username required to access the bBlog admin module.
    • Password: the password required  to access the bBlog admin module.
    • Email Address: the email address where bBlog should send e-mail notifications.

    Next, we have to specify the MySQL settings:

    • MySQL Username:  the MySQL username. Here we set this parameter to "bbloguser" - the username of the MySQL user, created earlier

    • MySQL Password:  the MySQL password for the "bbloguser" MySQL user, provided earlier.

    • MySQL Database Name: the name of the database. We set the value of this parameter to "bBlog."

    • MySQL Host: the name of the server where the MySQL database is located. The default value of "localhost" is sufficient for most requirements.

    • Table prefix: the prefix for each database table created by the installer for the bBlog application. We recommend that you use the default value i.e. "bB_".

    Finally, we have a couple of server settings that need to be set:

    • URL to the blog:  this is the URL used to access your blog. This should be set to "http://www.mysite.com/theblog/", if it isn’t already.

    • Path to bBlog:  this stores the full UNIX path to the bBlog application. This should be "/www/htdocs/theblog/bblog/" in case of our installation.

    Click on the "Next" button to stores these settings. So far, so good.

    The next few screens will inform you that the required database tables,  plugins (tools required to ensure the smooth functioning of bBlog), configuration files have been created, installed and loaded correctly. The final screen lists certain steps that must be implemented in order to secure your bBlog installation from hackers: first, you have to delete "install.php" and the entire "install" folder and second, you have to ensure that the "config.php" file is not writeable by the Web server. The following UNIX commands should do what you need.

    $ cd /www/htdocs/theblog/bBlog/
    $ rm -fr install/
    $ rm install.php
    $ chmod 755 config.php

    Congratulations - now, we have successfully installed bBlog on the Web server!

    However, if you do encounter any problems during the installation process, do not hesitate to look at the Installation guide - http://www.bblog.com/wiki/index.php/Installation - for possible workarounds.

    More Web Services Articles
    More By Harish Kamath


       · any one know how to comvert bblog to use postgres instead of mysql?
       · Hey there,While there is no official support for any database other than MySQL,...
       · http://www.bblog.com/viewtopic.php?t=165
     

       

    WEB SERVICES ARTICLES

    - Dynamic Data Analysis on the Web-a Design Ap...
    - Use collection types with SOAP and JAX-RPC
    - Blogging Away To Glory (A bBlog Primer)
    - Introduction to Service Oriented Architectur...
    - Connecting Smart Devices on the Internet
    - An Embeddable Standards Compliant Web Servic...





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway