WeMakeLink is a powerful platform for managing links, QR codes, bio pages, and more. This documentation provides step-by-step guidance for installation and configuration.
1. Download Node.js from nodejs.org.
2. Run the installer and follow the setup wizard. Use the default settings
3. Verify the installation by opening a terminal or command prompt and running:*
This will display the installed versions of Node.js and npm (Node Package Manager).*
1. Download WAMP Server from wampserver.com and run the installer.
2. Follow the setup wizard and install WAMP on your system. Use the default settings unless otherwise specified.
3. After installation, open WAMP and ensure the icon in the system tray turns green. This indicates that Apache and MySQL services are running.
4. Open your browser and navigate to http://localhost
to verify the WAMP installation.
1. Visit php.net and download PHP version 7.4 or higher.
2. Extract the downloaded PHP files into the C:\your\path\here
directory.
3. Add the path to your PHP Installation into the PATH Environment variable
Path
and click "Edit."C:\your\path\here
to the list and save the changes.php -v
to ensure that PHP has been installed correctly.4. Open WAMP, click on the tray icon, and select your installed PHP version under the "PHP" menu.*
if you have more than one PHP version installed.*
1. Download the WeMakeLink installation package from the official website.
2. Extract the files into the C:\wamp64\www\wemakelink
directory.
3. Open http://localhost/phpmyadmin
in your browser.
4. Create a new database named wemakelink
.
5. Check Database name in "config.php", make sure the database names are aligned.
6. Open a terminal and navigate to the WeMakeLink directory:
7. Run the following commands to install dependencies:*
These steps may not be necessary*
8. Import the database file:
http://localhost/phpmyadmin
in your browser.wemakelink
database you created earlier.wemakelink.sql
from the provided files.9. Open your browser and navigate to http://localhost
enter the following credentials for a DEMO account
Username: admindemo@gmail.com
Password: admindemo123
Username: userdemo@gmail.com
Password: userdemo123
Edit the .env
file in the WeMakeLink directory to configure your database and application settings:
Restart WAMP services to apply the changes.
The admin dashboard serves as a centralized hub for monitoring platform activities:
Refer to the full API documentation at The Developers API after installation.
Common issues and their resolutions:
.env
file.C:\wamp64\logs
directory.
DocumentRoot "${INSTALL_DIR}/www"
Directory "${INSTALL_DIR}/www/"
DocumentRoot "C:/wamp64/www/wemakelink"
Directory "C:/wamp64/www/wemakelink/"
For additional help, visit the Help Center or contact support at info@incubytes.com.