-
Notifications
You must be signed in to change notification settings - Fork 5
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
impossible to install on arm64 #12
Comments
There are no binaries of mongodb available for arm64. They would need to be compiled manually |
I managed to fix the issue by downloading the arm64 binaries for ubuntu 18.04 here, unpack them to /usr/bin/ and remove the dependencies on the debian packages from the ynh_mongo_db. Very dirty solution, I do not recommend to imitate |
I tried to do what you suggested but did not manage to do that, can you offer some guide I did the following
cd /usr/bin
sudo curl -O https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-ubuntu1804-4.2.23.tgz && sudo tar -zxvf mongodb-linux-aarch64-ubuntu1804-4.2.23.tgz
mv mongodb-linux-aarch64-ubuntu1804-4.2.23 mongod
A. Create sudo nano /etc/systemd/system/mongod.service Put this inside
B. I reloaded the systemd daemon and enabled the mongod service to start automatically at boot time:
C. start the mongod service:
Now you need to modify the dependencies In
with those
But still getting problem with service |
Hmm, weird. But I also downloaded mongo-tools and mongodb-server from
So, installed are
I did not manually enable a systemd-service at all. Try using the repo https://github.com/felixg3/overleaf_ynh for the installation at YNH and let me know if you are successful. |
Describe the bug
Impossible to install on my instance
Context
Logs
https://paste.yunohost.org/raw/alaweheyim
The text was updated successfully, but these errors were encountered: