Перейти к версии страницы для мобильных устройств
  1. LitePublisher is content management system. LitePublisher is a simple and lightweight engine. Official website:
  2. http://litepublisher.com/
  3.  
  4. Minimum System Requirements:
  5. - PHP 5.2
  6. - MySQL or pdo driver
  7.  
  8. Optional:
  9. - apache server with rewrite module
  10.  
  11. Installation. If you have a shell access to the server you can upload files:
  12. wget http://litepublisher.googlecode.com/files/litepublisher.x.xx.tar.gz
  13. tar -xf litepublisher.x.xx.tar.gz -p
  14.  
  15. where x.xx is current version.
  16.  
  17. Otherwise you must upload files into root folder of website. set write permissions (0777) on following folder:
  18. - files
  19. - storage
  20. - storage / backup
  21. - storage / cache
  22. - storage / data
  23.  
  24. In these folders you should set permissions 0666 on index.htm files
  25. After that open your website in browser. Installer will ask you some questions such as E-Mail, site name and database account.
  26. Sometime installer can not determine language. You can change language pressing by "change language button".
  27. Thats all. Click install to begin instalation.
  28.  
  29. To install into subfolder you should edit .htaccess file. Replace one line:
  30. RewriteRule. / Index.php [L]
  31.  
  32. to:
  33. RewriteRule. / Subdir / index.php [L]
  34.  
  35. where subdir is your subfolder.
  36.  
  37. If the installer opens in wrong encoding you can solve problem by editing . Htaccess file. Remove first char # from .htaccess
  38. CharsetDisable On
  39.  
  40. To increase security you can edit index.php file. Change value in line:
  41. public static $ secret = '8 r7j7hbt8iik / / pt7hUy5/e/7FQvVBoh7/Zt8sCg8 + ibVBUt7rQ ';
  42.  
  43. To manage the site go to a simple admin panel:
  44. http://example.com/admin/
  45.  
  46. If you lost password you can restore your password by clicking on the link
  47. http://example.com/admin/passwordrecover/
  48.