README 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Yii Web Programming Framework
  2. =============================
  3. Thank you for choosing Yii - a high-performance component-based PHP framework.
  4. INSTALLATION
  5. ------------
  6. Please make sure the release file is unpacked under a Web-accessible
  7. directory. You shall see the following files and directories:
  8. demos/ demos
  9. framework/ framework source files
  10. requirements/ requirement checker
  11. CHANGELOG describing changes in every Yii release
  12. LICENSE license of Yii
  13. README this file
  14. UPGRADE upgrading instructions
  15. REQUIREMENTS
  16. ------------
  17. The minimum requirement by Yii is that your Web server supports
  18. PHP 5.1.0 or above. Yii has been tested with Apache HTTP server
  19. on Windows and Linux operating systems.
  20. Please access the following URL to check if your Web server reaches
  21. the requirements by Yii, assuming "YiiPath" is where Yii is installed:
  22. http://hostname/YiiPath/requirements/index.php
  23. QUICK START
  24. -----------
  25. Yii comes with a command line tool called "yiic" that can create
  26. a skeleton Yii application for you to start with.
  27. On command line, type in the following commands:
  28. $ cd YiiPath/framework (Linux)
  29. cd YiiPath\framework (Windows)
  30. $ ./yiic webapp ../testdrive (Linux)
  31. yiic webapp ..\testdrive (Windows)
  32. The new Yii application will be created at "YiiPath/testdrive".
  33. You can access it with the following URL:
  34. http://hostname/YiiPath/testdrive/index.php
  35. WHAT's NEXT
  36. -----------
  37. Please visit the project website for tutorials, class reference
  38. and join discussions with other Yii users.
  39. The Yii Developer Team
  40. http://www.yiiframework.com