
How to install and run Apache web and MySQL database servers using XAMPP كيفية تركيب وتشغيل اباتشي على الشبكة وقاعدة البيانات ماي. س. ك الخوادم باستخدام XAMPP
Posted on November 5, 2008 at 5:48 am تنشر على 5 تشرين الثاني / نوفمبر ، 2008 في 5:48 صباحا
Most beginning web developers are daunted by the thought of having to install and configure Apache web server, mySQL database server and even an FTP host. Before XAMPP, you will need to run individual installers and having gone this path I can tell it wasn’t an easy task for a newbie. If you don’t know yet what these programs are, please see my notes below: بداية معظم مطوري الويب هي العدول عن مسلكها فكر من الاضطرار إلى تركيب وتهيئة أباتشي خادم الويب ، ماي. س. ك خادم قاعدة البيانات وبروتوكول نقل الملفات حتى المضيفة. XAMPP قبل ، سوف تحتاج إلى تركيب وتشغيل الفردية وقد ذهب في هذا الطريق استطيع ان اقول انه لم مهمة سهلة لمبتدئ. إذا كنت لا نعرف حتى الآن ما هي هذه البرامج ، يرجى الرجوع إلى بلدي وتلاحظ أدناه :
- Apache – open source web server software. This basically allows you to use your computer as a web host. If you have this on your computer you can run HTML, PHP, etc over http in your browser. اباتشي -- المصدر المفتوح خادم الويب البرمجيات ، وهذا أساسا يتيح لك استخدام جهاز الكمبيوتر الخاص بك على الشبكة العالمية باعتبارها المضيفة. إذا كان لديك على جهاز الكمبيوتر الخاص بك هذا يمكنك تشغيلها هتمل ، PHP ، وما يزيد على العنوان التالي في المتصفح.
- MySQL is a database server like Oracle and MS SQL 2000. You can use it in conjunction with a scripting language like PHP to save and retrieve information ماي. س. ك هو خادم قاعدة البيانات مثل أوراكل ومزود المشرق للأوراق المالية عام 2000. يمكنك استخدامها جنبا إلى جنب مع لغة برمجة مثل PHP لإنقاذ واسترجاع المعلومات
XAMPP is a package of these software. You can get it from this URL: XAMPP هو مجموعة من هذه البرمجيات. يمكنك الحصول عليه من هذا العنوان :
http://www.apachefriends.org/en/xampp.html
There are available downloadable packages for each major OS: وهناك مجموعات متاحة للتنزيل لكل نظام التشغيل الرئيسية :
Get the appropriate distribution for your OS. Once downloaded, run it to install the software. To start using the software, double click the file called xampp-control.exe: احصل على التوزيع المناسب لنظام التشغيل الخاص بك. وبمجرد تحميل ، تشغيله لتثبيت البرنامج. لبدء استخدام البرمجيات ، انقر نقرا مزدوجا فوق ملف يسمى xampp - control.exe :
You should see a window similar to the one below: يجب أن تتمكن من رؤية نافذة واحدة مماثلة لتلك الواردة أدناه :
The button labels of each module (ie service) are either Start or Stop. If you see “Start” it means the service is currently stopped. In the example above, Apache is stopped since the button says “Start”. Click on the “Start” buttons to start the Apache service. Click the “Admin…” button to access the Admin page: الزر العلامات لكل وحدة (أي خدمة) هي إما البداية أو توقف. إذا كنت انظر "البداية" فإن ذلك يعني توقف الخدمة حاليا. وفي المثال أعلاه ، اباتشي هو توقف منذ زر وتقول "البداية". انقر على " تبدأ "أزرار لبدء خدمة اباتشي. انقر على" الادارية... "الزر للوصول إلى صفحة الادارية :
You should see your browser open pointing to the local XAMPP page: يجب أن تتمكن من رؤية المتصفح المفتوحة مشيرا الى المحلي XAMPP صفحة :
You can play with the links under the Demos to see some interesting applications. يمكنك اللعب مع الروابط في إطار العينات لرؤية بعض التطبيقات. Phonebook is one simple application that you can see actual database transactions: أرقام الهواتف ، واحد بسيط هو أن تطبيق يمكنك ان ترى المعاملات قاعدة البيانات الفعلية :
The web pages are stored in the htdocs folder inside the XAMPP folder. If you have a folder containing your HTML or PHP project, put them there. To test if it works, open your browser and type in the URL like below: صفحات الويب ويتم تخزين في مجلد htdocs داخل مجلد XAMPP. إذا كان لديك مجلد يحتوي على حسابك هتمل أو PHP المشروع ، وطرح لهم هناك. اختبار إذا كان يعمل ، فتح المتصفح ونوع في عنوان الموقع مثل أدناه :
http://localhost/[foldername]/filename.htm http://localhost/ [foldername] / filename.htm
Just replace foldername and filename.htm to the actual folder and filename that you have. عادل يحل محل foldername وfilename.htm الفعلية لمجلد واسم ملف من أن لديك.
I hope this little introduction to XAMPP gets some of you excited to try out more dynamic platforms like PHP. Unlike ordinary HTML, PHP is more powerful and what you can do with it just depends on your imagination. Who knows? آمل أن يكون هذا مقدمة لXAMPP قليلا تحصل على بعض من كنت متحمس لتجربة أكثر دينامية منصات مثل PHP. هتمل عادية وخلافا لل، PHP هو أكثر قوة وما يمكنك القيام به مع أنه يعتمد فقط على الخيال الخاص بك. من يدري؟ You might create your very own killer app! هل يمكن إنشاء حسابك للغاية الخاصة بها الوكالة عن القاتل!
Ben Carigtan writes about web sites, computers, technology and how to get the best out of them. بن Carigtan يكتب عن المواقع على شبكة الإنترنت ، الكمبيوتر ، والتكنولوجيا ، وكيفية الحصول على أفضل للخروج منها.
» Filed Under »المقدمة بصورة مشتركة بموجب أحكام Cool Websites تبريد المواقع
Save this page احفظ هذه الصفحة | Stir it up on Mixx اثارة الامر على Mixx | |
Add to Reddit أضف إلى [بلوجم] |
Related Posts الوظائف ذات الصلة
- How to setup an FTP server in Windows using IIS كيفية الإعداد لإجراء الخادم بروتوكول نقل الملفات في ويندوز باستخدام IIS
- How to open files from the Internet directly in Windows applications كيفية فتح ملفات من شبكة الإنترنت مباشرة في تطبيقات ويندوز
- Create HTML table listing of Windows directories and files خلق هتمل الجدول قائمة من أدلة وملفات ويندوز
- How to setup multiple home pages in Firefox and IE كيفية إعداد صفحات الاستقبال متعددة في وفايرفوكس آي إي
- How to make photo slideshows in Fireworks CS3 كيفية جعل الصورة في عرض الشرائح للالعاب النارية CS3






















