Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
services:pvdl:install [2015/03/13 17:47]
r2d2 [INSTALL manually]
services:pvdl:install [2016/05/06 15:55] (current)
ashleysmith [Installation]
Line 3: Line 3:
 **PvDL** is a complete solution to manage all of your software download files. **PvDL** is a complete solution to manage all of your software download files.
  
-All you need to do is upload your files in the appropriate download folder following our naming convention. PvDL will automatically build all of your download links ready for your customers to download the latest versions of your software. Users will be able to browse files, check ChangeLogs, access private or public betas, view all versions available and much more... A huge time saver !+All you need to do is upload your files in the appropriate download folder following our naming convention. PvDL will automatically build all of your download links ready for your customers to download the latest versions of your software. Users will be able to browse files, check ChangeLogs, access private or public betas, view all versions available and much more... A huge time saver!
  
  
Line 21: Line 21:
     * Example : ///​home/​user/​public_html/​downloads//​     * Example : ///​home/​user/​public_html/​downloads//​
  
-  * 4) Edit the configuration file _my/​pvdl_conf.php_ and for now, simply change the _REQUIRED_ ​parameters.  ​+  * 4) Edit the configuration file _my/​pvdl_conf.php_ and for now, simply change the **REQUIRED** ​parameters.  ​
  
   * 5) Read the Admin Documentation at :  http://​www.server.com/​pvdl/?​do=adm_doc ​ //(Default password is "​1234"​)//​   * 5) Read the Admin Documentation at :  http://​www.server.com/​pvdl/?​do=adm_doc ​ //(Default password is "​1234"​)//​
Line 31: Line 31:
   * 1) You must have an account on our private Git server! ​   * 1) You must have an account on our private Git server! ​
     * //If you do not have one,  please read the [Development doc](?​doc=5_Development.md).//​     * //If you do not have one,  please read the [Development doc](?​doc=5_Development.md).//​
 +
   * 2) Using terminal : Type the following commands :    * 2) Using terminal : Type the following commands : 
 <​code>​ <​code>​
Line 38: Line 39:
       mkdir pvdl_downloads pvdl_downloads/​release pvdl_downloads/​beta_public pvdl_downloads/​beta_private       mkdir pvdl_downloads pvdl_downloads/​release pvdl_downloads/​beta_public pvdl_downloads/​beta_private
 </​code>​ </​code>​
 +
   * 3) Go to step 4 in the "​INSTALL manually"​ chapter just above   * 3) Go to step 4 in the "​INSTALL manually"​ chapter just above
  
Line 52: Line 54:
 Learn more at : http://​www.cyberciti.biz/​faq/​apache-display-or-change-a-default-page-other-than-indexhtml/​ Learn more at : http://​www.cyberciti.biz/​faq/​apache-display-or-change-a-default-page-other-than-indexhtml/​
  
-For your convenience,​ we have included an (invisible) .htaccess file in the _pvdl_ ​directory that does this for you. Therefore if you copied the whole //pvdl// folder (including the invisible files), it should work as expected. If you nevertheless encounter a 500 or 401 error, it means that Apache is configured to prevent using local .htaccess files. In this case, simply remove the .htaccess file from the //pvdl// folder.+For your convenience,​ we have included an (invisible) .htaccess file in the //​pvdl// ​directory that does this for you. Therefore if you copied the whole //pvdl// folder (including the invisible files), it should work as expected. If you nevertheless encounter a 500 or 401 error, it means that Apache is configured to prevent using local .htaccess files. In this case, simply remove the .htaccess file from the //pvdl// folder.
  
  
Line 70: Line 72:
  
  
 +{{indexmenu_n>​1}}