Skip to content

This project includes some shell-scripts to develop a web application using Symfony Framework

License

Notifications You must be signed in to change notification settings

xsuntel/symfony-scripts

Repository files navigation

Symfony Scripts

Abstract

This project includes some shell-scripts for Full-Stack developer to develop a web application using Symfony Framework

  • App : PHP - Symfony Framework
  • Cache : Redis
  • Database : PostgreSQL
  • Message : RabbitMQ
  • Server : Nginx

Platform

  • Linux
  • MacOS
  • Windows

Project

Directories

    app/
    
        | -- Symfony Framework -- |

    diagrams/
        cloud/
        servers/
        source/
    scripts/
        base/
        cloud/
        docker/
        linux/
        macos/
        windows/
    tools/
        console/
        git/
        ide/
        server/
        tutorial/
    .env.app
    .env.dev
    .env.dev.local
    .env.prod
    .env.prod.local
    .gitignore
    .symfony.local.yaml
    docker-compose.yml
    LICENSE
    README.md
  • Work Directory
mkdir -p ~/Applications
mkdir -p ~/Applications/GitHub

cd ~/Applications/GitHub

Dev Environment

Requirement

  • Update your name and email for Git
git config --global user.name "{Your Name}"
git config --global user.email "{Your Email}"

git config --global init.defaultBranch main
git config --global credential.helper store

git config --global --list
  • Download this project
git clone https://github.com/xsuntel/symfony-scripts.git symfony

cd symfony && find ./scripts/ -type f -name "*.sh" -exec chmod 775 {} \;
  • Update default variables and the latest version of Symfony Releases - TimeZone
vi env.app

# >>>> Platform                                                              
PLATFORM_TIMEZONE="{Your TimeZone}"

# >>>> Project
PROJECT_DOMAIN="{Your Web domain}"

# >>>> PHP
SYMFONY_VERSION=7.2.* 
./tools/tutorial/symfony.sh

Deployment

Prod Environment

Production

Tutorial

Reference

  • Tools

License

This is available under the MIT License.

About

This project includes some shell-scripts to develop a web application using Symfony Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages