Vi har visat dig hur du installerar WordPress på Windows och Mac. Men nyligen frågade en av våra användare om det var möjligt att använda samma lokala install av WordPress både på jobbet och hemma. I den här artikeln visar vi dig hur du installerar WordPress på en USB klistra med XAMPP, så att du kan använda din lokala WordPress install på vilken dator du gillar.
XAMPP är ett programpaket som innehåller Apache web server, PHP, MySQL och phpMyAdmin. You can install it on your Windows, Linux, or Mac operating systems. Vi visar dig hur du installerar det på ett USB-minne som är anslutet till en Windows-dator, men installationsmetoden är i stort sett densamma oavsett var du installerar det.
Det första du behöver göra är att downloada XAMPP lite. Gå till XAMPP download page, och klicka sedan på More downloads.
Du kommer att bli redirectad till sourceforge website där du först måste klicka på XAMPP for Windows och sedan klicka på den senaste versionen.
På nästa vy finns en lista över filer som är available för den versionen. Rulla ner och hitta den bärbara versionen i .exe-format. Klicka på filnamnet för att påbörja download.
När du har downloadat den portabla filen XAMPP måste du dubbelklicka på filen för att runna installationen. Under installationen kommer du att bli ombedd att selecta den location där du vill installera XAMPP. You need to click on the folder icon, and then select your USB drive.
Klicka på Nästa för att fortsätta installera. Installatören kommer nu att installera XAMPP på din USB-enhet. Efter installationen måste du gå till din USB-enhet och sedan öppna XAMPP foldern.
För att starta XAMPP måste du run xampp-control.exe från din USB-enhet. Detta kommer att visa XAMPP Control Center som gillar detta:
Du måste starta Apache web server och MySQL genom att clicka på startknappen bredvid dem. Du kommer att uppmanas av Windows Firewall, och du måste allow åtkomst till båda applikationerna.
Öppna nu en web browser och skriv http://localhost/ i adressfältet. Du kommer att mötas av XAMPP:s startvy. Detta betyder att du har installerat XAMPP utan problem på din USB-enhet.
Installera WordPress på en USB klistra
Nu har du utan problem installerat Apache web server med MySQL och PHP på din USB klistra. Nästa steg är att installera WordPress själv. Installationen av WordPress på en klistra skiljer sig inte mycket från installationen på din Windows- eller Mac-dator.
Först måste du öppna din USB-enhet och gå till htdocs-foldern i din XAMPP-installationskatalog. Skapa en new folder i htdocs. Denna folder kommer att vara din lokala WordPress site. Du kan namnge den som du gillar. För den här tutorialens skull kan vi kalla den site1
.
WordPress behöver en MySQL-databas för att kunna runna, så du måste skapa en database innan du installerar. För att skapa en måste du öppna web browser och enter http://localhost/phpmyadmin i adressfältet. Detta kommer att öppna phpMyAdmin som är en webbaserad programvara för hantering av databaser. Click on the Databases on the top menu bar, and then provide a name for your database before hitting the Create button.
Nu behöver vi WordPress. Besök WordPress.org och ladda ner en ny kopia av WordPress till din dator. Extrahera den downloadade .zip-filen till ditt skrivbord och öppna den.
Nu måste du kopiera innehållet i wordpress-mappen och klistra in det i mappen /htdocs/site1 på din USB-enhet.
När du har kopierat WordPress-filer kan du installera WordPress genom att gå in på din site på http://localhost/site1 i en web browser.
WordPress kommer att informera dig om att den inte hittade WordPress-konfigurationsfilen, så du måste skapa en genom att klicka på knappen Skapa en konfigurationsfil.
På nästa vy anger du namnet på den database som du skapade tidigare. I fältet för användarnamn måste du enter root och lämna fältet för password tomt. Tryck på knappen submit för att fortsätta.
WordPress kommer nu att försöka ansluta till din database. Om det lyckas visas ett ”success message” för you. Klicka på knappen Run Install för att fortsätta.
You will be asked to provide your site information and create an admin username and password. Detta användarnamn och password kommer att användas för att logga in på WordPress admin area. Du måste också ange en email address. In the privacy section you can uncheck the box that says Allow search engines to index this site. När du är klar trycker du på knappen Install längst ner.
Det var all, du har installerat WordPress utan problem. Nu kan du logga in på din site och göra vad du vill. Om du vill skapa en annan WordPress site på samma USB skapar du helt enkelt en annan folder i htdocs directory och upprepar processen.
Vi hoppas att den här artikeln hjälpte dig att installera WordPress på ett USB-minne. Du kan nu ta med dig detta USB-minne till din dator. Obs/observera att din klistra endast fungerar med Windows-datorer. Du kanske också vill se vår guide om hur du använder WordPress i din webbläsare med WordPress Playground eller våra expertval av de bästa drag and drop WordPress page builders.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
martine
Hi,
Installed all in good order. When trying to login into wordpress I get the following error : One or more database tables are unavailable. The database may need to be repaired.
Clicking on the link for repair I get the below and I have to delete the last line referring to the repair. If I do this I get another pop up saying I need to add it again and try again. It is a continious circle with no end.
How to solve this?
The wp_users table is okay.
The wp_usermeta table is okay.
The wp_posts table is okay.
The wp_comments table is okay.
The wp_links table is okay.
The wp_options table is okay.
The wp_postmeta table is okay.
The wp_terms table is okay.
The wp_term_taxonomy table is okay.
The wp_term_relationships table is okay.
The wp_termmeta table is okay.
The wp_commentmeta table is okay.
Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define(’WP_ALLOW_REPAIR’, true);
WPBeginner Support
Hi Martine,
If this is a fresh WordPress install and you don’t have any content, then you may want to resinatll WordPress. If it does have content, then you may need to repair tables from PhpMyAdmin.
Administratör
rajendra upadhyaya
sir
is there any way to install wordpress on usb with WAMP and how much memory it uses
Miran Potocnik
Hello,
We use WP on server. If I install Apache web server with MySQL and PHP on my USB stick and copy the contents of wordpress folder from server and paste it in the /htdocs/site1 folder on my USB drive. Does it mean that the web pages will be the same? How I can synchronize them?for example: If I change something WP on server side that will be changed on local side, when network be up.
Armando
I used (Microsoft) DISKPART in order to change my USB stick into a bootable disk (FAT32) to be used with XAMPP. Before, it would not install.
You may want to add this tip to the tutorials.
Thanks for your tutorial and best regards!
Jay
I’m not sure these steps still work – I have done the process before (year or so ago) and it worked. Now doing it again on a new drive, and with all updated components, step two of the wordpress installation is always (almost) blank. So something is going wrong. I have tried twice and same thing.
Any tips, based on updated components?
Joshua Harman
Is there any way you’d e willing to do this tutorial for Mac? I’ve been wracking my brain for hours trying to get it to work but don’t have a ton of experience
brainfreeze
hi joshua. i am wondering if you have found a way for Mac? if yes, please share. thanks.
Mahendra
can we run php file in another computer which does not have xampp using usb sticks
Amonza
I am not quite exactly sure what you are asking, but if you have xampp installed on a usb stick as described you should be able to take that stick to any computer and run the apache server and be able to serve php pages from the htdocs folder on the pen drive.
If you are running an IDE that needs the path to php.exe you could point it to the php folder on the pen drive.
Lisa
For those who have done this, what size USB drive do you suggest?
Ahmad Fahrurroji
Good idea, I’ve never used this option installing xampp on usb stick but It’s good to try. Thanks.
WPBeginner Staff
you can transfer your site using BackupBuddy (here is a tutorial) or using Duplicator.
Ian Delemare
I like the idea of having a portable version of WordPress and being able to develop a site in many locations. But what is the procedure to transfer a developed site (including images, posts plugins etc) from a USB stick to the web?
Bill Gibson
I had put a multisite version of WP on a USB stick a couple of years ago. I added a portable version of Firefox, and included the Mobile Barcoder plugin. The multiple sites could be used for classes, projects or presentations, and it was a nice organizational tool. Add text, links & images, and embed for videos or larger files. As long as you put your USB stick in an Internet connected device, you had a great presentation tool. The ”Mobile Barcoder” app created QR codes, on the fly, so I could pull up a site from the Flash drive, and then generate a QR code to share links with the audience.
WPBeginner Staff
Yes there is, but we are not sure whether it works as a portable app or not
Zeeshan Asif
What about Mac ???
WPBeginner Staff
Unfortunately MAMP the mac alternative to XAMPP can not be run from an external drive. There is an alternative called AMPPS but we have not tried it.
DigitizedSociety
XAMPP has a mac version.
James B.
Great post. I’ve been using ”Instant WP” for my local and USB stick installs of Wordpress…but I may try XAMPP out! Thanks for the great work.