Learn how to install Aikeedo on your local machine for development, testing, or personal use. This guide covers various setup options, including using PHP’s built-in server and popular local development environments.
Prepare Your Environment
Extract Aikeedo Files
aikeedo-server-files.zip
in your Aikeedo package.C:\aikeedo
or /home/user/aikeedo
.Set Up the Database
mysql -u root -p
to access MySQL.Start the PHP Server
C:\aikeedo
or /home/user/aikeedo
.php -S
starts PHP’s built-in development serverlocalhost:8000
sets the server to listen on localhost at port 8000-t public
sets the document root to the public
directory within your Aikeedo installationAccess Aikeedo
http://localhost:8000
. You should see the Aikeedo installation wizard.Follow On-Screen Installation Wizard
Install XAMPP
Configure Virtual Host
C:\xampp\apache\conf\extra\httpd-vhosts.conf
(Windows) or /Applications/XAMPP/etc/extra/httpd-vhosts.conf
(macOS).Update Hosts File
C:\Windows\System32\drivers\etc\hosts
on Windows or /etc/hosts
on macOS).Extract Aikeedo Files
aikeedo-server-files.zip
to C:\xampp\htdocs\aikeedo
(Windows) or /Applications/XAMPP/htdocs/aikeedo
(macOS).Set Up Database
http://localhost/phpmyadmin
).aikeedo
.Access Aikeedo
http://aikeedo.test
in your browser. You should see the installation wizard.Complete Installation
http://localhost/subdirectory
are not supported.