https://github.com/rekt-developer/wordpress-on-vercel
https://github.com/rekt-developer/wordpress-on-vercel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rekt-developer/wordpress-on-vercel
- Owner: Rekt-Developer
- Created: 2024-11-24T18:42:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:11:35.000Z (6 months ago)
- Last Synced: 2025-02-05T09:38:01.832Z (3 months ago)
- Language: PHP
- Homepage: https://wordpress-on-vercel-lac.vercel.app
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress on Vercel
Serverless WordPress deployment on Vercel platform.
## Setup Instructions
1. Fork this repository
2. Create a new project on Vercel
3. Connect your database (MySQL/MariaDB)
4. Configure environment variables### Required Environment Variables
```
DB_NAME=your_database_name
DB_USER=your_database_user
DB_PASSWORD=your_database_password
DB_HOST=your_database_host
WP_HOME=https://your-domain.com
WP_SITEURL=https://your-domain.com# Generate these at https://api.wordpress.org/secret-key/1.1/salt/
WP_AUTH_KEY=
WP_SECURE_AUTH_KEY=
WP_LOGGED_IN_KEY=
WP_NONCE_KEY=
WP_AUTH_SALT=
WP_SECURE_AUTH_SALT=
WP_LOGGED_IN_SALT=
WP_NONCE_SALT=
```## Features
- Optimized for Vercel serverless environment
- Security hardening
- CDN support
- Automated deployment## Author
Isaac Likhon ([email protected])
## License
GPL-2.0-or-later