Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a web installer #4

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Adding a web installer #4

wants to merge 3 commits into from

Conversation

mohdalali
Copy link
Contributor

This pull request contains a few files for the web installer feature. Creating a web installer will make it easier for new users to install vmDash into their environments. The commits contains:

  • Artisan command (vmdash:install) to create a new environment file from the example and generate the application encryption key.
  • Controller (InstallController) that manages all the actions required by the web installer.
  • Views for each step of the web installer.
  • Routes required for the web installer to function (/install/*).
  • A 'install.lock' file to lock the installation, once completed or after cloning the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants