Installation Linux
Information regarding the configuration of environment specifically for Linux.
Environment
- First the tools for managing packages
- Installing composer
- Installing npm and Node (needed only for dev mode)
- Then the environment
- Unzip/put entire project into the base html folder
- usually
/var/www/html/YourFolder/
- usually
- Now You can follow with:
tip
Keep in mind that by default copying hidden files in Linux
is disabled. Files such like .env
might not be copied on local system.
It's recommended to copy/move the data using CLI
and to enable copying hidden files call this command: shopt -s dotglob
.
This solution will work until restarting the system.