Posts tagged: Apache

Drupal quick install guide

TweetHi there, here it comes a quick instillation guide for Drupal, there you can find several steps for download and install this cms (content management system). Before you begin the installation, you need to know: To install and run Drupal, your server host must meet certain minimum requirements. Must web hosts meet these requirements, at this link, you can [...]

Saturday May 12th, 2012 in , , , , | No Comments »

Generating PHP Documentation With NetBeans IDE

TweetThis screencast shows how to generate PHP documentation using PHPDocumentor with NetBeans IDE. Built-in support for PHPDocumentor was added in NetBeans IDE 7.0. The screencast includes details of installing PHPDocumentor with PEAR and configuring PHPDocumentor, NetBeans IDE and your php.ini file. This video is especially useful for developers using NetBeans on a Microsoft Windows operating [...]

Tuesday May 8th, 2012 in , , , | No Comments »

Fedora Linux: Start / Stop or Restart Apache Server

TweetIt’s really simple to start / stop or restart your apache environment, on Fedora Linux using command line. You must run the following line commands as the root user: Fedora Linux STOP Apache # service httpd stop OR # /etc/init.d/httpd stop Fedora Linux Start Apache # service httpd start OR # /etc/init.d/httpd start Fedora Linux [...]

Sunday May 6th, 2012 in , , , , | No Comments »