-
Notifications
You must be signed in to change notification settings - Fork 2
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
install script fails #30
Comments
Hi, what are your computer’s specs? Are you trying to run Dendro-install from inside a virtual machine? Also, about docker-compose and Docker in general, we did not feel that it was stable enough at the time we started deploying Dendro as an automated installer. Dendro relies on many services and after many crash dumps by Docker we gave up on it and returned to the most solid and basic foundation, which is bash scripts and a clean Linux system (hence the option for vagrant). At this time there are no plans at this time to port the installer to Docker, but we welcome any pull request towards that goal. |
I tried to deploy it on Azure cloud, Ubuntu LTS 16.04, but failed |
That is the problem, you cannot deploy a virtual machine inside a virtual machine (apart from very rare exceptions). Try running the installation script on a real computer; any computer with a Core 2 Duo CPU or later will have VT-x extensions. |
It does not make sense as we deploy all our web resources in the cloud. However, if you have a script that installs all the dependencies, then I can try to install it inside the Azure VM. I am thinking about running ElasticSearch and MongoDB in Docker containers and installing other stuff manually. |
If you have a clean Ubuntu 16.04 machine you can do that, but you need to edit some values in the scripts/constants.sh file; that is what we do when we want to set up a new testing instance. That file has all the constants used by the installation, and most you can leave as is. In that file, what you need to edit is the hostnames and IPs of the database servers (virtuoso, mongodb and elasticsearch). All those database services will be installed by the scripts to run in the localhost, so you set those as 127.0.0.1. The Dendro host should then be the IP of your VM or its DNS name. Any passwords and other credentials are in the After you make the necessary edits, cd to the |
Hi @antonkulaga want to try out our new Docker image?
git clone https://github.com/feup-infolab/dendro-install-docker dendro-install-docker
cd dendro-install-docker
docker-compose up
We provide a Docker image for getting you up and running quickly. For deployment in a production server, however, we recommend you use the Dendro install scripts. |
Cannot run the install script:
I also know that:
So, probably I am blocked.
Are there any other ways of running dendro, maybe there is docker-compose somewhere?
The text was updated successfully, but these errors were encountered: