robinna/ August 13, 2008/ meetups/conferences, my projects, question of the day, web 2.0+, life 2.0+/ 0 comments

Today’s question from my mailbox: Once you download an Opensource software how do you know it will work on your server?

If you can FTP/ssh/webdav into your webspace you should be able to install any software that you download provided:

  • Your server meets the System requirements needed for the software, e.g., right version of php loaded, mysql, imagemajick, adequate space, etc. Many commercial companies will already have the basic requirements of most opensource products.
  • You have setup your database (and assigned the proper permissions to the admin user) if the installer script does not do that part
  • You have assigned correct permissions (chmod) to the correct folders so the installer script can write to them
  • The software is not buggy (especially true for early releases, tests, demos, etc.)

Then, you get to go play/test your new software and decide if it meets your needs as well as it seemed in all of the reviews you read!

Leave a Comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.