-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update README.md #304
Update README.md #304
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Can you throw in a line about where/how/that you're able to change it? (or does that belong elsewhere?) [Edit: or is that sufficiently implied by "by default"? If you'd rather not draw new users to thing they'd be better off not touching, I understand]
@rosiel OK, done. |
@@ -148,7 +156,7 @@ The former will create a starter site modeled off of https://sandbox.islandora.c | |||
If you already have a Drupal site but don't know how to export it, | |||
log into your server, navigate to the Drupal root, and run the following commands: | |||
|
|||
- `drush config:export` | |||
- `make config-export` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it at all possible to move a non-ISLE site to ISLE? If so, these instructions seem like the place to look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forget it. separate issue.
To change a service exposed value edit the *.env* file. The values will start with "EXPOSE_". Make changes then rebuild the docker-compose file and then run the up command (even if it's already running) using the following commands. | ||
```shell | ||
make -B docker-compose.yml | ||
make up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same thing happened when i started with a make local
site.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From Don on the Tech Call: maybe permissions got out of whack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was caused by the ENVIRONMENT not being set properly in my .env file. 🤦
This is good.
@@ -148,7 +156,7 @@ The former will create a starter site modeled off of https://sandbox.islandora.c | |||
If you already have a Drupal site but don't know how to export it, | |||
log into your server, navigate to the Drupal root, and run the following commands: | |||
|
|||
- `drush config:export` | |||
- `make config-export` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forget it. separate issue.
To change a service exposed value edit the *.env* file. The values will start with "EXPOSE_". Make changes then rebuild the docker-compose file and then run the up command (even if it's already running) using the following commands. | ||
```shell | ||
make -B docker-compose.yml | ||
make up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was caused by the ENVIRONMENT not being set properly in my .env file. 🤦
This is good.
Updates a few items on the README