Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
.env
LocalSettings.php
/LocalSettings.php
backup.sql
backups/

.idea/
303 changes: 303 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# WizzyPedia

### Installation

1. **Install XAMPP**
- Download and install the latest version of [XAMPP](https://www.apachefriends.org/index.html).

2. **Copy Files**
- Copy all project files to the `xampp/htdocs` directory.

3. **Create Database**
- Open phpMyAdmin (http://localhost/phpmyadmin).
- Create a new database named `wizzypedia`.
- Import the database file provided with the project.

4. **Create Custom Domain**
- Open your hosts file (located at `C:\Windows\System32\drivers\etc\hosts` on Windows or `/etc/hosts` on macOS/Linux).
- Add the following line to create a custom domain:
```
127.0.0.1 wizzypedia.local
```

5. **Run the Project**
- Open your web browser and go to `http://wizzypedia.local`.

## Note

If you encounter any missing PHP extensions, you may need to uncomment the necessary extensions in the `xampp/php/php.ini` file.

To uncomment an extension, locate the extension in the `php.ini` file and remove the semicolon (`;`) at the beginning of the line.
Binary file added updated_css.xml
Binary file not shown.