- 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
- INSTANT FreeMarker Starter
- Oracle Database In-Memory(架構與實踐)
- Python高級編程
- UML+OOPC嵌入式C語言開發精講
- 組態軟件技術與應用
- Android系統級深入開發
- Python High Performance Programming
- Java Web開發就該這樣學
- ASP.NET程序開發范例寶典
- C語言程序設計簡明教程:Qt實戰
- Drupal 8 Development Cookbook(Second Edition)
- Learning Apache Thrift
- 詩意的邊緣
- Mastering R for Quantitative Finance
- Clojure High Performance Programming