Menu

Installing on a server

2004-11-04
2013-04-17
  • the big man

    the big man - 2004-11-04

    The instructions are a bit iffy for a beginner.
    I presume you unzip all files into a folder on the server then point the browser at where exactly.  After 777 a few folders.
    ??????????

     
    • the big man

      the big man - 2004-11-04

      here is code from the config

      session_start();
         define("URL_ADDRESS","http:///icehockey.freeserverhost.net/codegenie/web/");

         // Linux Server
           define("SITE_PATH","/usr/local/apache/htdocs/phpCodeGenie3.0");
           define("FILE_SEPARATOR", "/");
           // win or nix
           define("OS_TYPE","nix");

         /*****************  
        
         // Windows Server
         define("SITE_PATH","D:\\projects\\phpCodeGenie3.0");   // no trailing slashes
         define("FILE_SEPARATOR", "\\");
         // win or nix
         define("OS_TYPE","win");

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.