TAILIEUCHUNG - Publishing PHP eclipse - part 20

Sau khi bạn đã làm xong việc phân tích mã, kích vào nút Finish. Quá trình tải lên sẽ bắt đầu vào thời điểm này. Sau bước này, trang web của bạn sẽ được tải lên máy chủ từ xa, và bạn sẽ được đưa trở lại quan điểm phát triển. | Deploying Your Site After you are done analyzing the code click on the Finish button. The upload process will begin at this point. After this step your site will be uploaded to the remote server and you will be taken back to the development perspective. Using Ant for Deployment You may have heard of Ant in the Java development world. Being a pure Java tool Ant is often called the Java version of make . With Ant you create scripts called build files that are interpreted by the Ant parser. These scripts aid you in Java development by compiling your code and deploying it in your build directory. For both small home-grown projects and large Java enterprise environments Ant has become an absolutely critical tool for Java developers. In the PHP world though we do not have any code to compile and often FTP is adequate for moving files into production. Why then as PHP developers do we care about Ant In some business environments production web servers are tightly controlled. Developers are not allowed anywhere near the servers let alone pushing out code at their whim. The sheer act of deploying new code often occurs only after a long ritual of meetings and approvals at various levels. In these environments deployment occurs with a script that automates the delivery of an application from one area to the production site. Ant scripts can do this job for you for applications in any language. 190 Chapter 8 Even if you are not working in such an environment why would you use Ant A key benefit is Ant s integration with CVS and Subversion. Using Ant you can write a script to grab all files in the repository with a certain tag and FTP them to a production server. Imagine the time saved and reduction in human error with this. In a large application with PHP class files in one directory HTML view files in another JavaScript files in their own separate directory and stylesheets in yet another a deployment involves a huge effort and it is difficult to keep track of what has changed. .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.