Skip to content

Installation and configuration of LAMP applications in vagrant

License

Notifications You must be signed in to change notification settings

martiadrogue/lamp-bootstrap

Repository files navigation

LAMP BOOTSTRAP

license

Install and config LAMP applications for a symfony project.

LAMP Bootstrap is used as a script to provision machines with required software to run Symfony projects.

Project Web · Twitter . Email

Features

  • Build above Shell Script Skeleton
  • Create .desktop files from all installed snap applications
    • Replace the icon's name for its papirus name only if the script founds it

Getting Started

Download the shell script from source:

$ git clone git://github.com/martiadrogue/replace-snap-icons.git

Afterwards, run the script:

$ cd lamp-boostrap
$ ./boostrap

USAGE:
  boostrap [options] <command>

  OPTIONS:
    --help, -h              Alias help command
    --version, -v           Alias version command
    --force                 Don't ask for confirmation
    --                      Denotes the end of the options.  Arguments after this
                            will be handled as parameters even if they start with
                            a '-'.

  COMMANDS:
    help                    Display detailed help
    version                 Print version information.

If you get an error like this one:

-bash: ./boostrap: Permission denied

Remember to make the script executable:

$ chmod +x boostrap

License

Shell Script Skeleton is licensed under the MIT License (MIT). Please see License File for more information.

About

Installation and configuration of LAMP applications in vagrant

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages