- 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
- C++面向對象程序設計(第三版)
- Android Development with Kotlin
- Java入門很輕松(微課超值版)
- Django Design Patterns and Best Practices
- Functional Kotlin
- Mastering JBoss Enterprise Application Platform 7
- C語言程序設計同步訓練與上機指導(第三版)
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務實踐
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)
- 從零開始:C語言快速入門教程
- 網頁設計與制作
- HikariCP數據庫連接池實戰(zhàn)
- GO語言編程從入門到實踐
- Unity3D高級編程:主程手記
- Advanced Analytics with R and Tableau