Learn how to install and deploy your gcOpen applications
First, clone the desired gcOpen repository from GitHub:
Install PHP and Node.js dependencies:
Copy the environment file and configure it:
Edit the .env file with your database credentials and settings.
Run migrations to set up the database:
Run the Laravel development server:
Access your application at http://localhost:8000
npm install -g firebase-tools
firebase login
firebase init
firebase deploy
If you encounter permission errors:
If composer install fails, try:
Check your .env file for correct database credentials and ensure your database server is running.