InWebDesign EasyWeb OpenSource PHP / MySQL Framework
HOME   DOWNLOAD   DOCS   SCREENSHOTS
Documentation - Install

  • Load the db with the easyweb.sql script
  • Create a web application named easyweb or another name
  • Edit the easyweb-conf.php file :
    • Set the dbHost to point to point to your db host
    • Set the db name : easyweb
    • Set the db user login
    • Set the db user password
    • Set the appPath : The true path of the application, it can maybe set with $_SERVER["DOCUMENT_ROOT"]
    • Set the application name (Server alias)
    • Set the language depends of the resource_XX.conf file (see the lang dir)
  • Start the db server
  • Start the web server
  • Then go to the login page //admin
  • login with : admin/easyweb
  • InWebDesign