-
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
issue with Installing ISLE Docker Compose #257
Comments
Hi there - we're in the middle of fixing some issues, so could you please test with this branch? https://github.com/Islandora-Devops/isle-dc/tree/fixing_initial_install_options referencing #248 |
give make error, for
or
or
all gives make error |
after you cd into your new directory run
*git fetch*
*git checkout fixing_**initial_install_options*
…On Fri, May 13, 2022 at 6:53 AM tkdhanasekar ***@***.***> wrote:
# git clone https://github.com/Islandora-Devops/isle-dc
:~/isle-dc# make demo_islandora_install_profile
make: *** No rule to make target 'demo_islandora_install_profile'. Stop.
give make error, for
# make demo
or
# make local
or
# make local-install-profile
all gives make error
sorry , can i get some clear steps to workout for demo installation
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADY2JYM2YY5XB7WOXZAJVLVJYQ73ANCNFSM5VYHNCEA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Alan Stanley
Community Outreach Coordinator
Spinal Cord Injury, PEI
☎ *902-393-0017*
|
any make command will lead to make error
any more clues , we need some workable documentation to install islandora , kindly provide |
Something else is using port 80 on your system - make sure you don't have Apache running, or anything else that might be using that port. There are different ways of determining this depending on your operating system. |
yes apache using port 80 , stopped it .
but url not opening http://islandora.traefik.me/user/reset/1/secrets/secrets/login the installation completes successfully but not opening in browser |
getting closer! Are you building on your local machine, and if so Windows or Mac? |
i am building islandora server on cloud instance (linode) |
This one should be easy - if you want to start over, run make clean, then in your sample.env, change DOMAIN=islandora.traefik.me to DOMAIN=myAWSAddress and rebuild. |
i changed DOMAIN=islandora.hashlabs.in it works fine Even though i got error in make
but my islandora demo server works fine , Thanks for the inputs
only works
not working , plz kindly help in this regard , thanks |
I think the command you want is I think it was mis-documented in #258 |
This one should be easy - if you want to start over, run *make clean*, then
in your sample.env, change *DOMAIN=islandora.traefik.me
<http://islandora.traefik.me>* to *DOMAIN=<myAWSAddress>* and rebuild.
You should also be able to edit your docker-compose.yml and change every
instance of *islandora.traefik.me <http://islandora.traefik.me>* to
whatever address AWS gave you, then run *docker-compose down*,
followed by *docker-compose
up -d*.
…On Mon, May 16, 2022 at 12:59 PM tkdhanasekar ***@***.***> wrote:
i am building islandora server on cloud instance (linode)
and its ubuntu 20.04, any clues resolve the last step
thanks for inputs to resolve the make file error
—
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADY2J3PQBKISVX4PGTWQNDVKJWHNANCNFSM5VYHNCEA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Alan Stanley
Community Outreach Coordinator
Spinal Cord Injury, PEI
☎ *902-393-0017*
|
The
|
first time installing ISLE Docker compose followed the link to install ,
https://islandora.github.io/documentation/installation/docker-prereq/
install all dpendencies and
got the error
any clues to resolve the issue
The text was updated successfully, but these errors were encountered: