-
Clone this repository by running:
git clone https://github.com/Ao-Re/buletin
-
Move the downloaded folder to
C:/xampp/htdocs
-
Open the project directory and copy
define.example.php
topreload/define.php
-
In
define.php
, change the recaptcha keys into yours// define('RECAPTCHA_SECRET_KEY', 'xxxxx'); define('RECAPTCHA_SITE_KEY', 'xxxxx'); //
-
Still in
define.php
, change the database options accordingly// define('DB_HOST', 'localhost'); define('DB_PASSWORD', ''); define('DB_NAME', 'buletin'); define('DB_USER', 'user'); //
-
Open
localhost/phpmyadmin
in your browser. -
Create a new database called
buletin
. -
From the Import tab, import
buletin.sql
. Leave the other options as is. -
Access the site from
127.0.0.1/buletin
(accessing fromlocalhost/buletin
won't work).
-
Notifications
You must be signed in to change notification settings - Fork 0
Ao-Re/buletin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published