mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #147] [CLOSED] Added Install command to make installing the panel easier #610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/147
Author: @Poseidon281
Created: 4/23/2024
Status: ❌ Closed
Base:
main← Head:Install-Command📝 Commits (7)
79e9163A beginning off the command. A long way from being done860170fMerge branch 'pelican-dev:main' into Install-Command6c31b12Big update to the install command3441961Uncomment lines that were only commented for testing the command8c8d1e2Added webserver setup function9de0460./vendor/bin/pint /var/www/pelican/76ff605Update of composer.lock📊 Changes
7 files changed (+676 additions, -43 deletions)
View changed files
➕
app/Console/Commands/Install.php(+444 -0)➕
app/Console/Commands/Scripts/add_cronjob.sh(+5 -0)➕
app/Console/Commands/Scripts/create_database.sh(+8 -0)➕
app/Console/Commands/Scripts/webserver_config.sh(+60 -0)📝
app/Traits/Helpers/AvailableLanguages.php(+8 -2)📝
composer.lock(+42 -41)➕
lang/en/commands.php(+109 -0)📄 Description
This command is a merge of the 3 environment commands with additional features to make setting up the panel a lot easier.
#71
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.