-
Notifications
You must be signed in to change notification settings - Fork 71
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
Islandora manual installation hands on #2098
Comments
Hi @Frazer-Nyambe, Can you tell me what step you are on so I can follow along with your process? |
Installing composer, Drush, and Drupal.
Subtitle: Run the Drupal installer with Drush.
Just the first code: "cd /opt/drupal/web"
…On Wed, Apr 27, 2022, 15:07 Jared Whiklo ***@***.***> wrote:
Hi @Frazer-Nyambe <https://github.com/Frazer-Nyambe>, Can you tell me
what step you are on so I can follow along with your process?
—
Reply to this email directly, view it on GitHub
<#2098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNB723D4DILPJ4AI6ZLVHE3ZFANCNFSM5UORQUJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
I believe that directory should have been created by the final command in the block
Located at Drush 10 and Drupal 9 |
The path $ opt/drupal... Exists
But $ opt/drupal/web... Doesn't exist
…On Wed, Apr 27, 2022, 15:34 Jared Whiklo ***@***.***> wrote:
I believe that directory should have been created by the final command in
the block
# Start by giving Drupal somewhere to live. The Drupal project is installed to
# an existing, empty folder.
sudo mkdir /opt/drupal
sudo chown www-data:www-data /opt/drupal
sudo chmod 775 /opt/drupal
# Change the ownership of default Apache directory so Composer can access it
sudo chown -R www-data:www-data /var/www/
# Clone drupal-project and build it in our newly-created folder.
git clone https://github.com/drupal-composer/drupal-project.git
cd drupal-project
# Expect this to take a little while, as this is grabbing the entire
# requirements set for Drupal.
sudo -u www-data composer create-project drupal-composer/drupal-project:9.x-dev /opt/drupal --no-interaction
Located at Drush 10 and Drupal 9
<https://islandora.github.io/documentation/installation/manual/installing_composer_drush_and_drupal/#drush-10-and-drupal-9>
—
Reply to this email directly, view it on GitHub
<#2098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNHMKMWDUL7IMDIXOFDVHE675ANCNFSM5UORQUJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
You might want to go back and try that command again then. You can see where the drupal-composer/drupal-project tries to install the files here. If you see any errors during that process it might explain what is happening. |
Thanks, I'll check it out.
…On Wed, Apr 27, 2022, 17:08 Jared Whiklo ***@***.***> wrote:
You might want to go back and try that command again then.
You can see where the drupal-composer/drupal-project tries to install the
files here
<https://github.com/drupal-composer/drupal-project/blob/9.x/composer.json#L72-L76>
.
If you see any errors during that process it might explain what is
happening.
—
Reply to this email directly, view it on GitHub
<#2098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNHSRLJTQWIZPMPEW2TVHFKABANCNFSM5UORQUJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
This issue still remains unresolved, so i decided to restart the whole manual installation process but i'm still getting errors. |
Can you save the output of your terminal session and post it so we can see the whole process? |
***@***.***:/opt/drupal$ cd /opt/drupal/web
bash: cd: /opt/drupal/web: No such file or directory
…On Tue, May 17, 2022 at 4:35 PM Seth Shaw ***@***.***> wrote:
Can you save the output of your terminal session and post it so we can see
the whole process?
—
Reply to this email directly, view it on GitHub
<#2098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNGNFWRNSRR5V4SYDY3VKOVEFANCNFSM5UORQUJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
I meant the whole history. Most terminal tools have an option for saving the terminal session into a text file that you can upload. This will show all the commands and output leading up to this point (well, Windows will have an upper limit on the number of lines it will have saved). |
I'm running Ubuntu 18.04.6 on virtualbox.
Windows 10 host OS.
I don't know how i would get the history on Ubuntu.
…On Tue, May 17, 2022, 17:22 Seth Shaw ***@***.***> wrote:
I meant the *whole* history. Most terminal tools have an option for
saving the terminal session into a text file that you can upload. This will
show all the commands and output leading up to this point (well, Windows
will have an upper limit on the number of lines it will have saved).
—
Reply to this email directly, view it on GitHub
<#2098 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV33MNA4RTVXLEHKDNMUQBDVKO2ULANCNFSM5UORQUJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
_
_
_CONFIDENTIAL NOTICE: This message (and its attachments) may contain
confidential information. Any unauthorized use or disclosure is prohibited.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system._
|
i'm trying to run the Drupal installer with Drush:
when i run the code "cd /opt/drupal/web"
i get "bash: cd: /opt/drupal/web: No such file or directory"
The text was updated successfully, but these errors were encountered: