We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As in UTCBlogsMultisite:
services: appserver: run: - cd $LANDO_MOUNT && composer install - cd $LANDO_MOUNT && cp htaccess.example .htaccess - cd $LANDO_MOUNT && cp user/config-sample.php user/config.php
Htaccess gets built during the YOURLS install script, so see what command runs it and see if it can be scripted for #3 Deployment.
Config will require environment variables #3 for local, test, prod; maybe hold that until later.
Are there any others needed for initial install?
The text was updated successfully, but these errors were encountered:
At this point, deploy is relatively easy (but manual):
rsync -avI utctiny-x.x/ public_html
Sorry, something went wrong.
No branches or pull requests
As in UTCBlogsMultisite:
Htaccess gets built during the YOURLS install script, so see what command runs it and see if it can be scripted for #3 Deployment.
Config will require environment variables #3 for local, test, prod; maybe hold that until later.
Are there any others needed for initial install?
The text was updated successfully, but these errors were encountered: