Skip to content

kebson01/Bridalteam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridalteam Project

A multi-component web application consisting of Laravel backend, WordPress CMS, and blog functionality.

🚀 Quick Deployment with Docker

Prerequisites

Deploy in 2 Steps

  1. Clone and navigate to the project:

    git clone <your-repo-url>
    cd Bridalteam
  2. Start the application:

    docker-compose up -d

Access Your Application

Once deployed, your application will be available at:

Default Database Credentials

  • Host: localhost:3306
  • Database: bridalteam
  • Username: bridalteam_user
  • Password: userpassword
  • Root Password: rootpassword

🛠️ Development

Stop the application:

docker-compose down

View logs:

docker-compose logs -f

Rebuild after changes:

docker-compose up --build -d

📁 Project Structure

Bridalteam/
├── website/          # Laravel application
├── admin/            # WordPress admin
├── blog/             # WordPress blog
├── Dockerfile        # Container configuration
├── docker-compose.yml # Service orchestration
└── README.md         # This file

🔧 Configuration

Environment Files

  • Copy env.production.example to .env and update values
  • Copy website/.env.production to website/.env for Laravel config
  • Update WordPress config files in admin/ and blog/ directories

WordPress Setup

  1. Navigate to http://localhost/admin
  2. Complete WordPress installation
  3. Repeat for http://localhost/blog if needed

🚨 Production Deployment

For production deployment:

  1. Update all passwords in configuration files
  2. Configure proper domain names
  3. Set up SSL certificates
  4. Use a managed database service
  5. Configure backups

Need help? Check the container logs with docker-compose logs for troubleshooting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors