Subscribe to RSS feed आरएसएस फ़ीड की सदस्यता लें or या follow me मुझे का पालन करें on Twitter? पर चहचहाना?
When it comes to developing themes and plugins, you need the right tools to finish the job quickly and efficiently. जब यह विषयों और plugins विकसित करने के लिए आता है, तुम सही उपकरण की जरूरत है और जल्दी से काम खत्म कुशलतापूर्वक. There are a plethora of tools to choose from, and your selection can vary by personal taste. वहाँ उपकरणों की एक बहुतायत है, में से चुनें और अपने चयन व्यक्तिगत स्वाद के हिसाब से बदलती कर सकते हैं. Some go for open-source tools like GIMP and Nvu, whereas others stick with trusted commercial applications like the omni-present Adobe Photoshop and Macromedia Dreamweaver. कुछ खुले जिम्प और Nvu जैसे स्रोत उपकरण के लिए जाते हैं, जबकि अन्य omni वर्तमान Adobe Photoshop और Macromedia Dreamweaver जैसे भरोसा व्यावसायिक अनुप्रयोगों के साथ रहना. Whatever your choice maybe, it is essential that you like it and stick with it. जो कुछ भी हो सकता है आपकी पसंद, यह जरूरी है कि तुम इसे पसंद है और उसके साथ रहना.

Testing your themes and plugins can be a big head ache, as you have to reload the page every time, consuming bandwidth. परीक्षण अपने विषयों और plugins एक बड़ा सिर दर्द हो, जैसा कि आप के लिए पृष्ठ हर समय सीमा से अधिक लादना, खपत बैंडविड्थ हो सकता है. Bandwidth is precious, unless you own a dedicated server at MediaTemple or something(!). बैंडविड्थ कीमती है, जब तक आप MediaTemple या कुछ पर एक समर्पित सर्वर ही है (!). Also, any edit has to be uploaded before previewing. है इसके अलावा, किसी भी संपादन previewing पहले अपलोड किया जाएगा. This gets tiresome, and you would have wondered whether there is an easier way. यह थकाऊ हो जाता है, और आपको आश्चर्य होगा कि क्या वहाँ एक आसान तरीका है.
Linux users have the LAMPP(Linux, Apache, MySQL, PHP), which is easy, but Windows users are mostly unaware of a similar package. लिनक्स उपयोगकर्ताओं (Linux, Apache, MySQL, PHP) LAMPP, जो आसान है, लेकिन विंडोज उपयोगकर्ताओं को एक समान संकुल के ज्यादातर अनजान हैं. It is called XAMPP(Apache, MySQL, PHP). यह (Apache, MySQL, PHP) XAMPP कहा जाता है. Once you install it, you can setup WordPress locally, and test your plugins/themes/hacks offline. एक बार जब आप यह स्थापित है, तुम सेटअप स्थानीय WordPress सकते हैं, और अपने plugins / विषयों / हैक्स ऑफ़लाइन परीक्षा. You save bandwidth, effort and time. तुम, बैंडविड्थ प्रयास और समय बचाने के लिए.
Here are the steps for installing WordPress locally: यहाँ WordPress स्थानीय रूप से स्थापित करने के लिए कदम उठाएँ:
- Download the lite version of XAMPP, called डाउनलोड XAMPP के लाइट संस्करण, बुलाया XAMPPlite XAMPPlite Choose the
.exeversion..exeसंस्करण चुनें. - Install it at a partition of your choice. यह आपके पसंद का एक विभाजन पर स्थापित करें. Here, we are using C drive. यहाँ, हम सी ड्राइव उपयोग कर रहे हैं.
- Go to the install folder, that is C:xampplite. के लिए फ़ोल्डर स्थापित जाओ, कि सी है: xampplite. Double-click the
xampp-control.exefile, and start up MySQL and Apache services in the dialog box that follows. डबलxampp-control.exeक्लिकxampp-control.exeफ़ाइल, और संवाद बॉक्स है कि इस प्रकार में शुरू MySQL और Apache सेवाओं. - Go to
http://localhost/in your browser. जाने के लिएhttp://localhost/अपने ब्राउज़र में. From the left column, choose your language. बाएँ स्तंभ से, अपनी भाषा का चयन करें. - Click on phpMyAdmin in the left column(see image below). PhpMyAdmin पर छोड़ दिया कॉलम में क्लिक करें (देखें नीचे छवि).

- In the “Create New Database” Field, enter “wordpress” (without quotes), and select utf8_unicode_ci in the drop down box in the next field. में "नई डाटाबेस के फील्ड बनाएँ", "WordPress" दर्ज करें (बिना उद्धरण चिह्नों के), और अगले क्षेत्र में ड्रॉप डाउन बक्से में चुनें utf8_unicode_ci. Click Create. बनाएँ क्लिक करें. XAMPP setup is now complete. XAMPP स्थापना अब पूरा हो गया है.
- Download डाउनलोड WordPress. WordPress.
- Unzip it to
C:xampplitehtdocsयहC:xampplitehtdocsको खोलC:xampplitehtdocs
You should have a wordpress folder in htdocs. तुम htdocs में एक WordPress फ़ोल्डर होना चाहिए. Go to it, and open upwp-config-sample.php. यह जाओ, औरwp-config-sample.php - You will see a list of default values. चूक आप मूल्यों की एक सूची देखेंगे. Change them to below(do not copy-paste this, just find the required info and update the file): उन से नीचे (कॉपी नहीं इस पेस्ट करना बदलें, बस आवश्यक जानकारी खोजें और फ़ाइल अद्यतन):
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password (needs to be empty, just for local install)Rename the file as
wp-config.phpand save it.wp-config.phpके रूप में फ़ाइल का नामwp-config.phpऔर इसे बचाने के लिए. - Go to
http://localhost/wordpress/wp-admin/install.phpin your browser, and follow the steps. को अपने ब्राउज़र मेंhttp://localhost/wordpress/wp-admin/install.phpजाओ, और कदमों का अनुसरण करें.
You're done. तुमने क्या किया हो. Now, use the wordpress folder as you would on your webserver, and upload the plugins, themes etc. to test. अब, अपने वेब सर्वर पर होगा आप के रूप में WordPress फ़ोल्डर का उपयोग करें, और plugins अपलोड, आदि विषयों की परीक्षा के लिए. I recommend doing this before attempting a manual install in your server ( if it doesn't have one-click installer). मैं कोशिश कर एक मैनुअल में आपके सर्वर स्थापित करने से पहले ऐसा करने की सिफारिश (यदि यह नहीं है एक क्लिक Installer है). Now, go and test to your heart's content अब जाओ, और अपने दिल की सामग्री के लिए परीक्षण
I am having a great time testing, and the instant page loads of my dummy blog looks great. मैं एक महान समय परीक्षण कर रहा हूँ, और मेरी डमी ब्लॉग के तुरंत पृष्ठ लोड बढ़िया लगता है.
Related reading संबंधित पठन
- How to install WordPress on Windows – YouTube Video Tutorial कैसे Windows पर WordPress स्थापित करने के लिए - यूट्यूब वीडियो ट्यूटोरियल
- Install Reliance Net Connect Data Card on Windows Vista x64 स्थापित रिलायंस नेट कनेक्ट डेटा Windows Vista x64 पर कार्ड
- Install Save for Web GIMP plugin in Windows स्थापित करें विंडोज में वेब जिम्प प्लगइन के लिए संचय करें
- How to install Windows Live Messenger 2009 offline कैसे Windows Live मैसेन्जर 2009 ऑफ़लाइन स्थापित करने के लिए
Great tutorial man. महान ट्यूटोरियल आदमी. I've already set this up on my local PC and loaded contents from my hosted blog on to this.. मैं पहले से ही यह मेरा स्थानीय पीसी और भरी हुई सामग्री पर मेरी यह .. पर ब्लॉग की मेजबानी से स्थापित है so I can get the exact environment I need when I've to test plugins इसलिए मैं सही वातावरण मिलेगा मैं चाहता हूँ कि जब मैं plugins परीक्षण कर सकता है
I will try this… मैं यह कोशिश करेंगे ...
You missed one step… तुम एक कदम याद ...
You have to rename wp-config-sample.php to wp-config.php आप नाम बदलने के लिए WP-config-sample.php को WP-config.php है
BTW, I think LAMPP and XAMPP are one and the same, except L is for Linux and X is for XP. BTW, मुझे लगता है कि LAMPP और XAMPP एक ही हैं, एल छोड़कर लिनक्स के लिए है और एक्स XP के लिए है.
@Shankar: Thanks. शंकर @: धन्यवाद. And yes, this is for newbies. और हाँ, इस newbies के लिए है. I expect most of you to have this already. मैं आप सबसे यह पहले से ही उम्मीद है.
@Linu: Do try – it'll make developing themes easier. @ Linu: प्रयास करें - क्या यह थीम विकासशील आसान बनाती हूँ.
@Deepak: Thanks. दीपक @: धन्यवाद. I guess, I forgot it. मुझे लगता है, मैं इसे भूल गया. Am editing it now. अब संपादन कर रहा हूँ.
Great tutorial! महान ट्यूटोरियल! I don't use XAMPP. मैं XAMPP प्रयोग नहीं करते. I use NetServer, but still I have XAMPP in my PC in case I mess up with NetServer. मैं NetServer उपयोग करते हैं, लेकिन फिर भी मैं अपने पीसी के मामले में मैं NetServer से गंदगी में XAMPP है.
@Haris: Thanks, and glad you liked it – I feel happy and believe it is worth the time spent, only when I get comments rolling. Haris @: धन्यवाद, और खुशी है कि तुम इसे पसंद है - मैं खुश लग रहा है और विश्वास है कि यह मूल्य समय बिताया, केवल जब मैं टिप्पणी रोलिंग मिल रहा है.
Nice tutorial, especially if you want to test themes and plugins locally before installing on server. ट्यूटोरियल अच्छा है, खासकर यदि आप स्थानीय सर्वर पर स्थापित करने से पहले विषयों और plugins परीक्षण करना चाहते हैं.
Having trouble with establishing a connection with the database. डाटाबेस के साथ एक संबंध स्थापित करने के साथ तकलीफ़ है. After बाद में http://localhost/wordpress/wp-admin/install.php http://localhost/wordpress/wp-admin/install.php
Have you missed out a step? क्या तुम एक कदम याद किया?
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value 'DB_HOST,' ( 'लोकलहोस्ट' को परिभाषित); / /% 99 मौका आप इस मूल्य को बदलने की जरूरत नहीं होगी
I have set up WP on a live server before so I haven't miscalulated my ability to edit the config file, so any ideas what is missing? मैं एक जीवित सर्वर पर स्थापित किया है WP पहले तो मैं अपने को config फाइल को संपादित करने की क्षमता miscalulated नहीं है, इसलिए किसी भी विचारों क्या याद आ रही है? Any help is appreaciated, as I'm setting this up to learn how to create themes! कोई मदद करो, appreaciated के रूप में मैं यह स्थापित करने के लिए सीख रहा हूँ कैसे विषयों बनाने के लिए है!
Cheers चीयर्स
@Nirmal: Thanks, hope you're having a blast using it @ निर्मल: धन्यवाद, आशा है कि आप एक विस्फोट कर रहे हैं यह प्रयोग
@Andy: No, localhost(which corresponds to एंडी @: नहीं, लोकलहोस्ट (जिसमें से मेल खाती है http://127.000.001/) http://127.000.001/) is the local IP of your computer. आपके कंप्यूटर की स्थानीय आईपी है. It does not have to be changed, unless of course, you are using a live server. इसे बदलने की जरूरत नहीं है, तो ज़ाहिर है जब तक, तुम एक जीवित सर्वर का उपयोग कर रहे हैं. As for ideas, well, try again विचारों का सवाल है, ठीक है, फिर कोशिश करें
Maybe you missed a step. शायद तुम एक कदम याद किया.
Great Tutorial Buddy . महान ट्यूटोरियल दोस्त. Currently i use EasyPHP for this purpose . फ़िलहाल मैं इस उद्देश्य के लिए उपयोग EasyPHP. It is a cool way to test your themes and plugins . यह एक अच्छा तरीका है अपने विषयों और plugins परीक्षण है.
I use Appserv. मैं Appserv का उपयोग करें. You can find installing wordpress on windows tutorial in my blog आप ट्यूटोरियल खिड़कियों पर अपने ब्लॉग में WordPress स्थापित ढूँढ सकते हैं
Wow! वाह! Never thought about or even realized that you could do this. कभी नहीं सोचा था या के बारे में भी पता चला है कि आप यह कर सकते हैं. What a great idea and well described. क्या एक महान विचार और अच्छी तरह का वर्णन किया. Will put it on my to do list after I have slimmed down all the junk on my hard drive. यह मेरी सूची करने के बाद मैं अपने सभी हार्ड ड्राइव पर कबाड़ नीचे slimmed है पर डाल देंगे.
@Myo: I saw your tut, though its a bit long. Myo @: मैं अपने tut देखा हालांकि इसकी एक लंबी सा. For now, I prefer XAMPP. अभी के लिए, मैं XAMPP पसंद करते हैं.
@MDB: Thanks, and glad that this tut could be of help. MDB @: धन्यवाद, और खुशी है कि इस tut मदद की हो सकती है.
@Madhur: Thanks. मधुर @: धन्यवाद.
if you want to do it the techie way (without xampp). अगर तुम इसे (xampp के बिना) तकनीकी तरह से करना चाहता हूँ. check out my बाहर की जांच मेरी apache 2.2 installation guide Apache 2.2 Installation Guide
@Syahid: Thanks for the link – I went through it. Syahid @: लिंक के लिए धन्यवाद - मैं के माध्यम से चला गया. Its nice for show-off and ego boosting, but for now I find this method the easiest – easier than EasyPHP/direct method. अपने शो के लिए अच्छा बनाना और बढ़ाने अहंकार है, पर अभी के लिए मैं यह आसान - EasyPHP से आसान / प्रत्यक्ष विधि तरीका लगता है.
Great post, I've often wondered why more bloggers don't install locally to do testing, theme modifications, etc. I use WAMP and my only problem is finding the time to do more work/testing on my local install so that I can change my live site! महान पोस्ट, मैं अक्सर सोचा है क्यों अधिक ब्लॉगर्स स्थानीय रूप से स्थापित करने के लिए नहीं परीक्षण करते हैं, विषय संशोधनों, आदि मैं WAMP और मेरे ही समस्या का उपयोग करने का समय अधिक काम कर पा रहा है / अपने स्थानीय इतना स्थापित है कि मैं कर सकता हूँ पर परीक्षण मेरे जीने साइट परिवर्तन!
@JoLynn: Yes, it is sensible to do testing in a local setup that is fast, and has no consequences when we mess it up. JoLynn @: हां, यह एक स्थानीय स्थापना में परीक्षण करते हैं कि जल्दी है समझदार है, और कोई परिणाम हम जब गड़बड़ है. WAMP is cool – I read about installing it in a post by WAMP ठंडा - मैं इसके बारे में एक डाक द्वारा स्थापित करने में पढ़ा है Ben Bleikamp बेन Bleikamp (ProBlogger's designer). (है ProBlogger डिजाइनर). As for not getting time, you're not alone – count me in too! के लिए के रूप में हो रही समय नहीं है, तुम अकेले - नहीं कर रहे हैं मुझे भी गिनती में!
Nice tut..Sumesh. अच्छा tut .. Sumesh. I came across this one as I was looking for a more specific solution. मैं इस एक भर में आया के रूप में मैं एक अधिक विशिष्ट समाधान के लिए देख रहा था. I was able to do everything you have mentioned in the tut and wordpress was installed, up and running the first time. मैं सब कुछ तुम tut में उल्लेख किया है और WordPress, ऊपर स्थापित किया गया था और पहली बार भाग कर सकता था. But once I shutdown the pc and restart it a while later, i was unable to logon via a login page i had bookmarked. लेकिन एक बार मैं पीसी बंद और पुनः आरंभ थोड़ी देर के बाद, मैं एक प्रवेश पृष्ठ मैं logon के माध्यम से करने में असमर्थ था बुकमार्क.
I tried running the setup.bat once more and it kept saying: मैं setup.bat चलाने की कोशिश की और एक बार फिर यह कह रखा है:
Sorry cannot find php.cli क्षमा करें php.cli नहीं मिल
Must abort these process! इन प्रक्रिया गर्भपात अवश्य!
When i open xampp_start: could not open default file – mysql\bin\my.cnf जब मैं खुले xampp_start: डिफ़ॉल्ट फ़ाइल नहीं खोल - mysql \ bin \ my.cnf सकता है
I am not sure whats wrong or how to fix it. मुझे यकीन है कि whats गलत या इसे ठीक कैसे नहीं कर रहा हूँ. Any pointers? कोई संकेत?
@Mitra: That's got me stumped. @ मित्रा: वह मिल गया है मुझे स्टम्प्ड. I've installed XAMPP+WP on two different computers, and nothing's wrong. मैं XAMPP स्थापित + दो अलग कम्प्यूटरों पर WP, और कुछ नहीं हुआ है. Are you sure you did not turn off any services?(Start>Run>msconfig, and click enter, you'll get a window, click Services tab, and enable all services, restart and try again) दर्ज करें क्या आप सुनिश्चित हैं कि आप किसी भी सेवा? बारी नहीं था (प्रारम्भ> चलाएँ> msconfig, और क्लिक करें, आप एक खिड़की हो, सेवाएँ टैब क्लिक करें, और सभी सेवाओं, पुनः आरंभ करें और फिर प्रयास करें सक्षम करें)
Hi Sumesh, हाय Sumesh,
I also wasn't aware that we can do this. मुझे पता भी नहीं था कि हम यह कर सकते हैं. And here I am trying to mess around while online. और यहाँ मैं आसपास ऑनलाइन जबकि गंदगी की कोशिश कर रहा हूँ. Oh …the silly me. ओह ... मुझे मूर्ख.
Bookmarked and stumbled! बुकमार्क और ठोकर खाई!
Thank you धन्यवाद
Monika मोनिका
@Monika: Don't mess around online, and especially not on your live blog. @ मोनिका: ऑनलाइन के आसपास नहीं गड़बड़ क्या है, और विशेष रूप से नहीं जी आपके ब्लॉग पर. This method is much better, and many use it for theme/plugin development. यह विधि बहुत बेहतर है, और कई यह विषय के लिए उपयोग करें / प्लगइन का विकास. And thanks for the stumble. और ठोकर के लिए धन्यवाद.
Hi Sumesh, हाय Sumesh,
I have gotten as far as installing everything as instructed. मैं जहाँ तक मिल गया है के रूप में सब कुछ के रूप में स्थापित करने के निर्देश दिए.
It wasn't as hard as expected as I'm no tech geek. यह मुश्किल के रूप में की उम्मीद के रूप में के रूप में मुझे कोई टेक geek हूँ नहीं था. But now I'm stuck. लेकिन अब मैं फँस गया हूँ. How can I upload new themes and stuff via FTP? मैं नए विषयों और FTP के माध्यम से सामान कैसे अपलोड कर सकते हैं? I don't know the path and the user and password I need to use here. मैं पथ और उपयोगकर्ता नहीं पता और पासवर्ड मैं यहाँ का उपयोग की आवश्यकता है.
I'm only familiar with FTP and have no idea on how to use mySQL to upload stuff. मैं FTP के साथ ही परिचित हूँ और कैसे अपलोड कर सामान को mySQL का उपयोग करने पर कोई पता नहीं है. Could you please point me in the right direction? क्या आप मेरी सही दिशा में बात? Once I can figure out the right path with FTP (I use SmartFTP) I will be fine. एक बार जब मैं बाहर एफ़टीपी के साथ सही रास्ता समझ सकते हैं (मैं SmartFTP का उपयोग करें) मैं ठीक हो जाएगा.
Thanks धन्यवाद
Monika मोनिका
@Monika: Its all easy, and you'd feel it funny that it has been under your nose all the while. @ मोनिका: यह सब आसान है, और तुम यह अजीब लगता है कि यह सब तुम्हारी नाक के नीचे गया है, जबकि चाहता हूँ. Assuming that your wordpress folder is x(usually C)x:\xampplite\htdocs\wordpress\wp-content is the folder which contains plugins, themes and uploads folders. यह मानते हुए कि आपके WordPress फ़ोल्डर (x आमतौर सी है) x: xampplite \ \ htdocs \ WordPress \ WP-सामग्री फ़ोल्डर जो plugins, विषयों और अपलोड फ़ोल्डर्स शामिल है. Then, just put the themes/plugins to their respective directories, like on the real server. तो, बस विषयों डाल / वास्तविक सर्वर पर की तरह उनके संबंधित निर्देशिका के लिए plugins. No FTP, just Windows Explorer (or its नहीं एफ़टीपी, बस विंडोज़ एक्सप्लोरर (या इसके Mac मैक equivalent). समकक्ष).
Duh…LOL, it does make sense now you mentioned it. ओह ... योग्य, यह समझ पड़ता है अब तुम यह उल्लेख किया. Naturally it is all stored locally so it would be there. स्वाभाविक रूप से यह सभी संग्रहीत स्थानीय स्तर पर तो यह वहाँ होता है. Oh man, sometimes I don't see the trees in the forest. ओह यार, कभी कभी मुझे जंगल में पेड़ देख नहीं है.
Thanks Sumesh धन्यवाद Sumesh
Monika मोनिका
@Monika: Glad you got it, no prob => @ मोनिका: बहुत खुशी हुई आपसे मिल गया, कोई समस्या =>
hi sumesh, हाय sumesh,
i don't know abc's of s/w…i just wanted to have a new theme for my blog in wordpress. मैं नहीं जानता कि एबीसी एस / डब्ल्यू ... मैं सिर्फ WordPress में मेरे ब्लॉग के लिए एक नया विषय है चाहता था.
i did everything mentioned here and was able to look at the theme that i wanted locally, but i don't have any clue how to have that theme in my wordpress blog. मैं यहाँ सब कुछ का उल्लेख किया गया था और इस विषय है कि मैं चाहता था स्थानीय देखो सक्षम है, लेकिन मुझे कोई सुराग नहीं है कि मेरे WordPress ब्लॉग में है कि विषय है क्या.
can u please help me? u कृपया मेरी मदद कर सकते हैं? i know i am dumb…hope u help me. मुझे पता है मैं गूंगा ... आशा है कि यू मेरी मदद कर रहा हूँ.
thanks, धन्यवाद,
fazeetha. fazeetha.
Hello.. हैलो ..
I got an error… मैं एक त्रुटि है ...
It says that Can’t select database यह कहना है कि काना € ™ t चुनें डेटाबेस
We were able to connect to the database server (which means your username and password is okay) but not able to select the wordpress database. हमें डेटाबेस सर्वर से कनेक्ट करने में सक्षम थे (जो अपने उपयोगकर्ता नाम और पासवर्ड का मतलब है, ठीक है) पर है पा WordPress डेटाबेस का चयन नहीं.
Anyone cah help me? किसी cah मेरी मदद करो?
Awesome instructions! भयानक निर्देश! I am so happy I can now test WP on my local machine now. मैं बहुत खुश अब मैं अपने स्थानीय मशीन पर WP जांच कर सकता हूँ.
Read your tutorial and followed the steps. अपने ट्यूटोरियल पढ़ें और बाद कदम. When inputting the link: जब लिंक inputting: http://localhost/wordpress/wp-admin/install.php http://localhost/wordpress/wp-admin/install.php all I get is a box with an error message “Error establishing a database connection and then a bunch of options of what it could be. सभी मैं एक त्रुटि संदेश "एक डेटाबेस संबंध स्थापित करने में त्रुटि है और फिर क्या हो सकता है के विकल्पों में से एक गुच्छा के साथ एक बॉक्स है.
I've been over the instructions with a fine tooth comb, xammp is running (I'm using the full version if that makes a difference), I can get into MySQL etc.etc. मैं एक अच्छा दाँत कंघी के साथ निर्देश पर गया है, xammp (मैं पूर्ण संस्करण है कि यदि कोई फर्क नहीं पड़ता का उपयोग कर रहा हूँ) चल रहा है, मैं में MySQL etc.etc मिल सकती है.
Any suggestions what the deal could be? किसी भी सुझाव क्या सौदा हो सकता है? Really appreciate your help. सच में तुम्हारी मदद की सराहना करते हैं.
Thanks, Rennie धन्यवाद, रेनी
@Rennie: The instructions here are for the smallest XAMPP package, that is XAMPPlite. @ रेनी: यहाँ निर्देश छोटी XAMPP पैकेज के लिए, यह है XAMPPlite. Hence, these steps may not work for the full version of XAMPP. इसलिए, इन चरणों का XAMPP के पूर्ण संस्करण के लिए काम नहीं कर सकते हैं.
Please allow me to share this video tutorial I created on how to Install WordPress Locally using Wamp with your audience. कृपया मुझे साझा करने की अनुमति इस वीडियो ट्यूटोरियल मैं कैसे स्थानीय रूप से आपके दर्शकों के साथ Wamp का उपयोग कर स्थापित करें WordPress पर बनाया.
http://www.youtube.com/watch?v=biQWyBcYSX4 http://www.youtube.com/watch?v=biQWyBcYSX4
Regards सादर
Shane शेन
Thanks for the heads up about the YouTube video tutorial – I have featured your video on the post यूट्यूब वीडियो ट्यूटोरियल के बारे में ऊपर सिर के लिए धन्यवाद - मैं इस पद पर अपने वीडियो विशेष रुप से प्रदर्शित किया है Installing WordPress: video tutorial स्थापित WordPress: वीडियो ट्यूटोरियल
I have installed XAMP on my pc. मैं अपने पीसी पर XAMP स्थापित किया है.
Sometimes its take a long time until the sites is open. कभी कभी एक लंबे समय तक साइटों खुला है ले अपनी.
Would you tell why this happen? आप बता सकते हैं यह क्यों हुआ?
If you have external scripts (ads, for example) in the template, each page load would be delayed because of that. यदि आप बाह्य लिपियों उदाहरण के लिए विज्ञापन (,) टेम्पलेट, प्रत्येक पृष्ठ लोड की वजह से देरी हो जाएगा में है.
Hi All हाय सब
I see Sumesh is the geek here. मैं देख रहा हूँ Sumesh यहाँ geek है. I use wamp. मैं wamp का उपयोग करें.
Afiliasi, check your firewall settings – that is the no. Afiliasi, अपनी फ़ायरवॉल सेटिंग्स की जाँच - कि नहीं है. 1 reason for slowing down. मंदी के कारण 1. Allow all privileges. सभी विशेषाधिकार की अनुमति दें.
Gd' Day Bloggers… I have XAMPP installed and working with Wordpress on my company Intranet however I would like to streamline the URL for the users. 'जी.डी. दिवस ब्लॉगर ... मैं XAMPP स्थापित किया है और मेरी कंपनी के इंट्रानेट पर WordPress के साथ काम कर रहे लेकिन मैं उपयोगकर्ताओं के लिए यूआरएल को कारगर बनाने की तरह है. I'd like for them to type मैं उन्हें टाइप करने के लिए करना चाहते हैं http://bsd http://bsd and have it resolve to the Wordpress installation without typing in anything else. और इसे और कुछ में टाइप बिना WordPress स्थापना के लिए संकल्प लें. I've tried changing/adding a Virtual Host in the appropriate “conf” file with no luck, I still have to type मैं बदलने की कोशिश की है / उचित conf "में एक आभासी मेजबान कोई भाग्य के साथ फ़ाइल" उन्होंने कहा, मैं अभी भी प्रकार के लिए है http://bsd/wordpress http://bsd/wordpress to resolve to the site. इस साइट को सुलझाने. ANy suggestions on how to fix this? यह कैसे तय करने पर कोई सुझाव? Thanks in Advance. अग्रिम धन्यवाद.
If you have got अगर तुम मिल गया है http://bsd/wordpress http://bsd/wordpress working, then you only have to move the WordPress files to the root (instead of in a folder called wordpress/) to get it running the way you want. काम कर रहे है, तो आप केवल एक WordPress नामक फ़ोल्डर में रूट (बजाए के लिए WordPress फ़ाइलें कदम है /) के लिए यह रास्ता तुम चाहते हो चला हूँ.