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

Islandora manual installation hands on #2098

Closed
Frazer-Nyambe opened this issue Apr 27, 2022 · 11 comments
Closed

Islandora manual installation hands on #2098

Frazer-Nyambe opened this issue Apr 27, 2022 · 11 comments

Comments

@Frazer-Nyambe
Copy link

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"

@whikloj
Copy link
Member

whikloj commented Apr 27, 2022

Hi @Frazer-Nyambe, Can you tell me what step you are on so I can follow along with your process?

@Frazer-Nyambe
Copy link
Author

Frazer-Nyambe commented Apr 27, 2022 via email

@whikloj
Copy link
Member

whikloj commented Apr 27, 2022

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

@Frazer-Nyambe
Copy link
Author

Frazer-Nyambe commented Apr 27, 2022 via email

@whikloj
Copy link
Member

whikloj commented Apr 27, 2022

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.

@Frazer-Nyambe
Copy link
Author

Frazer-Nyambe commented Apr 27, 2022 via email

@Frazer-Nyambe
Copy link
Author

This issue still remains unresolved, so i decided to restart the whole manual installation process but i'm still getting errors.

@seth-shaw-unlv
Copy link
Contributor

Can you save the output of your terminal session and post it so we can see the whole process?

@Frazer-Nyambe
Copy link
Author

Frazer-Nyambe commented May 17, 2022 via email

@seth-shaw-unlv
Copy link
Contributor

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).

@Frazer-Nyambe
Copy link
Author

Frazer-Nyambe commented May 17, 2022 via email

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

No branches or pull requests

3 participants