PAAS là gì ,cách sử dụng PAAS như thế nào ?Thực ra thì những khái niệm dịch - PAAS là gì ,cách sử dụng PAAS như thế nào ?Thực ra thì những khái niệm Anh làm thế nào để nói

PAAS là gì ,cách sử dụng PAAS như t

PAAS là gì ,cách sử dụng PAAS như thế nào ?
Thực ra thì những khái niệm này bạn sẽ có thể tìm thấy rất nhiều trên mạng internet. Mình sẽ cố gắng nói 1 cách đơn giản và dễ hiểu qua thực nghiệm việc trải nghiệm của mình với python, có gì sai sót mong được sự góp ý của mọi người
Nói là sự trải nghiệm nhưng mình đến với python cũng chỉ mới đây thôi , đúng được 2 tháng là ăn ngủ với python , còn trước đó chỉ làm 1 app django đơn giản làm backend cho bài tập lớn về lập trình mobile của mình
Quay lại thời điểm 1 năm về trước, mình là sinh viên năm 3(giờ thì đang là năm 4 :D). Mình có 1 bài tập lớn về lập trình mobile cần có server để xử lý dữ liệu. sau 1 hồi phân tích và suy xét cả nhóm chọn python làm ngôn ngữ phát triển ứng dụng web và với 1 người chưa biết gì thì django luôn là sự lựa chọn đầu tiên. Minh là người phát triển phần backend này cơ bản bởi vì bản thân k thích php, và k thích làm việc với mobile (ở đây là window phone )
Ok, vậy là đã có platform : python , có framework : django , bắt tay vào việc thôi , sau 1 thời gian, ứng dụng đã tạm ổn. Nhưng có 1 vấn đề đây chỉ là bài tập lớn, chạy được là được nhưng muốn phát triển nó hơn nữa thì cần phải có server, ôi không nghĩ ra. Nhìn lại với python và django , kiếm đâu ra server giờ. Cùng nhìn lại với Server truyền thống

SERVER truyền thống(Stand-alone server )

Không biết dùng từ gì hay hơn, có lẽ gọi là standalone server cho nó hoành tráng. OK
với thể loại này , nhà cung cấp dịch vụ có 1 máy chủ phần cứng rất lớn , cài hệ điều hành lên nó , ảo hoá và chia thành các VPS(vitual private server) Ok từ các VPS này ta có thể thuê luôn hoặc đơn giản hơn là họ sẽ cài cho ta 1 hệ thống quản lý hosting như Cpanel , direct admin , kloxo ....
và giờ ta đã có 1 môi trường phát triển (hosting ) có linux , apache , mysql , php hay còn gọi là LAMP

[IMG]

LAMP cái tên rất quen thuộc, phổ biến. Nhưng ở đây ta có 1 ứng dụng WSGI trên django, muốn chạy nó trên host ta phải có nhiều hơn là LAMP. Ít nhất ta cần phải có 1 WSGI server như gunicorn , uwgi
1 module cho apache như mod_wsgi , mod_python ...
Và 1 module không thể thiếu cho python là virtualenv
Với những thành phần thêm vậy có khá ít hosting support cho ứng dụng WSGI, có thì cũng có phí . Vậy là cần phải có VPS để có thể thoải mái cài các thành phần cần thiết. Ok kiếm 1 cái VPS trier dùng tạm.
Đến đây lại 1 khó khăn mới bắt đầu
Phần lớn các bạn chỉ là lập trình viên , lập trình ứng dụng như mình vậy , không có kiến thức chuyên sâu về quản trị hệ thống (ở đây là linux). Cái chúng ta cần là viết 1 ứng dụng trên django , Hello World chẳng hạn , up code lên server nó chạy luôn , chả phải làm gì cả .. Nhưng mà chỉ có 2 sự lựa chọn
- triển khai ứng dụng lên share hosting : như nói ở trên , đâu phải nhà cung cấp nào cũng hỗ trợ
- triển khai ứng dụng lên server của riêng mình (VPS) : lại phức tạp chuyện quản trị config

VÀ đây là sử trải nghiệm của mình , Mình dùng thử IAAS của ibm smartcloud, nói là điện toán đám mây nhưng VPS của IBM cũng không khác mấy với các VPS stand-alone server bình thường (có thể là trial nó vậy :D )
Mình cũng không phải là chuyên gia về quản trị linux nên lại phải học , phải đọc , đăng nhập qua SSH cũng đã là cả vấn đề ()
- vào hệ thống rồi thì cài đủ kiểu ,update ... python , uwsgi , nginx , mysql ...
- rồi config để chạy các thành phần - > lỗi view log -> config lại -> lỗi lại view log -> lại config
Với 1 người mới bắt đầu như mình quả là chán ...
0/5000
Từ: -
Sang: -
Kết quả (Anh) 1: [Sao chép]
Sao chép!
What is PAAS PAAS, using like?Actually these concepts you will can find plenty on the internet. I will try to say how simple and easy to understand through the empirical experience with python, what mistakes look forward to the comments of the peopleBut his experience is said to come with python is also only recently, the right is 2 months is eating sleeping with python, and prior to that only make 1 simple django app to do the backend for large exercises on his mobile programmingBack to the time of 1 year ago, I was a student year 3 (now 4 years is:D). I have 1 large exercises about programming mobile need the server to process the data. After a feedback analysis and considers the group select the python language web application development and with 1 person not know what django is always the first choice. The developers of this basic backend because k itself like php, and k work with mobile (here's the window phone)OK, so there were platform: python, have the framework: django, embarking on the resignation, after a time, the application was reasonable. But there's one problem here is just the big exercises, run is, but want to develop it further, you need to have the server, oh not thought out. Looking back with python and django, where server-hour sword. The same look back with traditional Server Traditional SERVER (stand-alone server)Don't know what the word or, more probably called standalone server for it. OK with this category, service providers have a huge hardware servers, install the operating system onto it, virtualization and divided into VPS (vitual private server) Ok from the VPS, we can always hire or simply that they will set for ta 1 managed hosting system like Cpanel , direct admin, kloxo. ... and now I've got a development environment (hosting) there is linux, apache, mysql, php or LAMP [IMG]LAMP name very familiar, popular. But here we have a WSGI application on django, like to run it on the host we have to have more than the LAMP. At least we should have 1 gunicorn WSGI server such as uwgi, 1 module for apache mod_python, mod_wsgi as ... And 1 module for python virtualenv is indispensable With the additional components so there are quite a few hosting support for the WSGI application, it also has a cost. So is the need to have VPS to be able comfortably to install the necessary components. OK make a VPS trier temporarily. Come back 1 new hard start The majority of you are just programmers, programming applications such as yourself so, no advanced knowledge about systems administration (here is linux). What we need is written 1 application on django, the Hello World example, UPS code up server it runs always, don't have to do anything. But that has only 2 choices -application deployment up share hosting: as said above, not the provider would also support -deploy the application onto my own server (VPS): complex back story management config And here is his experience, try the ibm smartcloud IAAS, cloud computing is said but IBM VPS was no different with the VPS stand-alone server normally (maybe trial it so:D)I'm not the expert on the linux administrator should have to learn, to read, to login via SSH as well was both issues ()-in the system and then install the update ..., python, uwsgi, nginx, mysql ... -config to run the components-> view error log-> config-> error back view log-> config again With 1 beginner as her result is bored ...
đang được dịch, vui lòng đợi..
Kết quả (Anh) 2:[Sao chép]
Sao chép!
PAAS is, using PAAS like?
Actually, these concepts you can find a lot on the internet. I'll try to say one simple and easy to understand way through empirical work his experience with python, there is nothing wrong look forward to the comments of people
's words but their experience also points to the recent python alone , exactly 2 months is eat sleep with python, while previously only 1 app as simple django backend for programming assignments on their mobile
Returning to one year ago, I was a student in 3 (hour it is in 4: D). I have one big exercise programming required mobile data server to process. after 1 analysis and consideration in both groups chose Python as the language of web and application developers with one person did not know the django always the first choice. Minh was the developer of this backend basically because like php k yourself, and enjoy working with mobile k (here the window phone)
Ok, so has the platform: python, have framework: django, embark on the right, after one period, applications were okay. But there is one problem here is just great exercise, running is but want to develop it further, you need to have the server, oh do not think of. Looking back to the python and django, where the server for hours. Look back with Server tradition traditional SERVER (Stand-alone server) Do not know what word to use, or rather, perhaps called standalone server for it monumental. OK with this category, the service provider server hardware with 1 very large, install an operating system on it, virtualization and divided into the VPS (vitual private server) Ok from this VPS can always rent or simply that they would set for our first management system as Cpanel hosting, direct admin, kloxo .... and now I have one development environment (hosting) with linux, apache, mysql, php aka the LAMP [IMG] LAMP names are very familiar, popular. But here we have one WSGI applications on django, want to run it on the host must have more than LAMP. At least we should have 1 WSGI server like gunicorn, uwgi 1 module for apache like mod_wsgi, mod_python ... And 1 module is indispensable for python virtualenv With the additional components that have relatively little support for hosting WSGI applications, there are also costs. VPS is required to be able to comfortably set the necessary components. Ok for 1 VPS trier the temporary use. Come back one difficulty Beginners Most of you are just a programmer, its application programming as such, do not have deep knowledge about system administration (here linux). What we need is to write one app on django, Hello World example, up code on the server it runs always, father to do anything .. But only 2 choices - to deploy applications to share hosting: as above, where vendors have always supported - application deployed on its own server (VPS): Managing complex config story and this is my experience, I trial of IBM SmartCloud IaaS , said the VPS cloud but IBM does not differ much with the VPS normal stand-alone server (probably trial it so: D) I'm also not a linux expert administrator should have to learn, must read, sign in via SSH also is the problem () - in the system then install all kinds, update ... python, uwsgi, nginx, mysql ... - and then to run the components config -> error view logs -> config again -> Back view error log -> the config With 1 starters as you are indeed fed up ...






















đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: