- FuelPHP Application Development Blueprints
- Sébastien Drouyer
- 170字
- 2021-07-23 20:25:54
A few notes about deploying your application
Now that you have a working application, you might want to publish it on hosts. Handling this is quite easy, the longer part being sending the project's files (using FTP, Git, or any other tool depending on your hosting service), but there are a couple of things you should know.
First, you have to set your apache FUEL_ENV
environment to production
. An easy way to do that is to edit public/.htaccess
and uncomment the second line:
SetEnv FUEL_ENV production
Keep in mind, that in this case you will have two different files between your local environment and your production environment, so it will be prone to human error. You are recommended to read the official documentation at http://fuelphp.com/docs/general/environments.html (It can be accessed through the FuelPHP website by navigating to DOCS | TABLE OF CONTENTS | FuelPHP | Environments)
If you are using a shared hosting solution, keep in mind that, as explained in The simplest way section, you should take additional security precautions
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- Apache Spark 2.x Machine Learning Cookbook
- 算法基礎:打開程序設計之門
- Clojure for Domain:specific Languages
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- JavaScript動態(tài)網頁開發(fā)詳解
- Building RESTful Python Web Services
- C++從入門到精通(第6版)
- Puppet:Mastering Infrastructure Automation
- Java高級程序設計
- Offer來了:Java面試核心知識點精講(框架篇)
- 秒懂算法:用常識解讀數(shù)據(jù)結構與算法
- 前端程序員面試筆試真題與解析
- Mastering Swift 4(Fourth Edition)
- Web 2.0策略指南