Skip to content

Ao-Re/buletin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BULETIN

Instructions (for XAMPP on Windows)

  1. Clone this repository by running:

    git clone https://github.com/Ao-Re/buletin
  2. Move the downloaded folder to C:/xampp/htdocs

  3. Open the project directory and copy define.example.php to preload/define.php

  4. In define.php, change the recaptcha keys into yours

    //
    define('RECAPTCHA_SECRET_KEY', 'xxxxx');
    define('RECAPTCHA_SITE_KEY', 'xxxxx');
    //
  5. Still in define.php, change the database options accordingly

    //
    define('DB_HOST', 'localhost');
    define('DB_PASSWORD', '');
    define('DB_NAME', 'buletin');
    define('DB_USER', 'user');
    //
  6. Open localhost/phpmyadmin in your browser.

  7. Create a new database called buletin.

  8. From the Import tab, import buletin.sql. Leave the other options as is.

  9. Access the site from 127.0.0.1/buletin (accessing from localhost/buletin won't work).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published