How to install WordPress on your Windows PC Come installare WordPress sul tuo PC Windows

by Ross McKillop on August 25, 2008 da Ross McKillop il 25 agosto, 2008

BloggingWeb design & devWindows

Though I’ve previously covered Anche se ho precedentemente coperti How to install WordPress in Windows Vista Come installare WordPress in Windows Vista , that method used a BitNami stack, which comes with a few drawbacks. , Che ha utilizzato un metodo BitNami pila, che fornisce alcuni inconvenienti. The method outlined in this tutorial will leave you with a perfect WordPress installation on your PC - which is great to use as a development and testing environment. Il metodo descritto in questo tutorial vi lascerà con un perfetto WordPress installazione sul vostro PC - che è grande per utilizzarla come lo sviluppo e la sperimentazione ambiente.

  1. Before you install WordPress, make sure you have WAMP (Windows, Apache, MySQL & PHP) installed. Prima di installare WordPress, assicurarsi di aver WAMP (Windows, Apache, MySQL e PHP) installato. Fortunately we have a Fortunatamente abbiamo una tutorial that walks you through each step of installing and configuring WAMP. tutorial che vi guida attraverso ciascun passo d'installazione e di configurazione di WAMP. Once you’ve got that done, continue with step #2. Una volta che avete fatto che, continuare con passo # 2.
  2. Click the WAMP icon in your System Tray and select www directory . Fare clic sul WAMP nella barra delle applicazioni e selezionare www directory.
  3. Explorer will open the folder C:\wamp\www\ . Explorer aprire la cartella C: \ WAMP \ www \. This is where your HTML, PHP and other site files reside. Questo è dove il vostro HTML, PHP e gli altri file risiedono sito. You’ll notice an index.php file. Noterete uno index.php file. This a WAMP file (the one that provides shortcuts to phpMyAdmin etc). WAMP questo un file (quello che fornisce collegamenti a phpMyAdmin, ecc.) You don’t want to delete it, but you also probably don’t want to leave it titled index.php. Non si desidera eliminare, ma anche voi probabilmente non si desidera lasciare intitolato index.php.
  4. Rename it to something else (for example, wamp.php). Rinominarlo in qualcosa di diverso (ad esempio, wamp.php).
  5. Now Adesso download WordPress scaricare WordPress , and extract it into the C:\wamp\www\ folder , Ed estrarre in C: \ WAMP \ www \ cartella
  6. When you extract WordPress, it will create a folder called wordpress . Una volta estratto di WordPress, si creerà una cartella chiamata wordpress. If you’re using WAMP specifically for WordPress development, and you don’t want to have your blog show up at the address http://localhost/wamp (and would rather it display at http://localhost) - select all the files in the wordpress folder, cut and paste them into the C:\wamp\www\ folder. Se si sta utilizzando WAMP specificamente per lo sviluppo di WordPress, e non si desidera avere il tuo blog fino a mostrare l'indirizzo http://localhost/wamp (e sarebbe piuttosto visualizzazione a http://localhost) - selezionare tutti i file nella cartella wordpress, tagliare e incollare in C: \ WAMP \ www \.

  7. click to enlarge Clicca per ingrandire

  8. Now load the WAMP config screen in your browser by entering the address Ora caricare il WAMP schermata di configurazione del browser, inserendo l'indirizzo http://localhost/wamp.php - assuming you renamed the WAMP config file to wamp.php (in step #4). -- Supposto che il nome di file di configurazione WAMP a wamp.php (nel passaggio # 4).
  9. In the Tools section, select phpmyadmin . Nella sezione Strumenti, selezionare phpmyadmin.
  10. Log in to phpMyAdmin. Accedi per phpMyAdmin.
  11. To create a new database for WordPress, select the Databases link. Per creare un nuovo database per WordPress, selezionare il collegamento Database.
  12. In the Create new database section, enter wordpress as the database name (or something similarly descriptive) and click Create . Crea nella sezione nuova banca dati, inserisci wordpress, come il nome del database (o qualcosa di altrettanto descrittivo) e fare clic su Crea.
  13. Make sure you get a confirmation that the database was successfully created. Sicuro di ricevere una conferma che il database è stato creato con successo.
  14. Now enter Ora inserire http://localhost/ into your browser. sul tuo browser. You’ll be greeted with the WordPress “getting started” screen. Ti verrà accolta con WordPress la "Guida introduttiva" schermo. Click the Create a Configuration File button. Fare clic su Crea un file di configurazione pulsante.

  15. click to enlarge Clicca per ingrandire

  16. Review the info, and then click the Let’s Go! button. Rivedere le informazioni, quindi fare clic sul Let's Go! Pulsante.

  17. click to enlarge Clicca per ingrandire

  18. In the Database Name field, enter wordpress (or whatever database name you specified back in step #11). Database in campo Nome, immettere wordpress (o qualsiasi nome di database che hai specificato nel passo # 11). Enter root as the User Name (unless you’ve created another MySQL user) and your MySQL password in the Password field. Inserire root come Nome utente (se non avete creato un altro utente MySQL) e il vostro MySQL password nel campo Password. Your Database Host should be set to localhost and the Table Prefix should remain wp_ (but can be changed if you wish). Host vostra base di dati deve essere impostato su localhost e la Tabella Prefisso dovrebbe rimanere wp_ (ma può essere cambiato se lo si desidera). When you’re done, click Submit . Quando hai finito, fai clic su Invia.

  19. click to enlarge Clicca per ingrandire

  20. Now click Run the install . Ora fare clic su Esegui l'installazione.

  21. click to enlarge Clicca per ingrandire

  22. A few seconds later you’ll be presented with the Information needed screen. Pochi secondi dopo vi verrà presentato con le informazioni necessarie schermo. Give your blog a title, and enter your email address in the provided fields. Dare il tuo blog un titolo, e inserisci il tuo indirizzo email nella condizione campi. If you’re using this WordPress installation as a development site, uncheck the Allow my blog to appear in search engines like Google and Technorati . Se si sta utilizzando questa installazione di WordPress come lo sviluppo del sito, deselezionare la casella di controllo Consenti mio blog a comparire nei motori di ricerca come Google e Technorati. Click Install WordPress . Fare clic su Installa WordPress.

  23. click to enlarge Clicca per ingrandire

  24. Make note of your username (admin) and assigned password, then click the Log In button. Prendere nota del vostro nome utente (amministratore) e contrassegnati con la password, quindi fare clic sul pulsante Accedi.

  25. click to enlarge Clicca per ingrandire

  26. Enter your Username and Password in the appropriate fields, and once again click Log In . Inserisci il tuo Username e Password negli appositi campi, e ancora una volta fare clic su Log In.

  27. click to enlarge Clicca per ingrandire

  28. That’s it! Questo è tutto! You can start writing posts, uploading/creating themes etc. È possibile iniziare a scrivere post, il caricamento / creazione di temi ecc

  29. click to enlarge Clicca per ingrandire

Related Posts: Posti connessi:
  • How to make your WordPress site much more usable for mobile browsers Come rendere il vostro sito WordPress molto più usabile per i browser mobili
  • 9 easy ways to secure your WordPress blog 9 semplici modi per garantire la sua blog di WordPress
  • How to install WordPress in Windows Vista Come installare WordPress in Windows Vista
  • How to easily install WordPress in a virtual environment Come facilmente installare WordPress in un ambiente virtuale
  • WordPress Plugin: MyTechnorati Wordpress plugin: MyTechnorati
  • { 1 comment… read it below or (1 commento… leggere il testo qui sotto o add one aggiungere uno } )

    1 1 Daniel Daniel 08.25.08 at 7:55 am 08.25.08 alle 7:55 am

    Hi, Salve,

    Just curious, which problems/drawbacks did BitNami stacks had for you? Solo curioso, che problemi / inconvenienti BitNami pile ha avuto per te? Anything we can fix? Qualcosa che possiamo risolvere? :)

    Best regards Con i migliori saluti

    Daniel

    Leave a Comment Lascia un commento

    You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag HTML e attributi: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>