mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Install Bitwarden on Centos 7 #448
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeancmdl on GitHub (Oct 15, 2019).
I am performing the procedure of the installation. But I have a doubt. When I do the installation. I can put anything on this line: Enter the domain name for your Bitwarden instance (eg bitwarden.example.com) :?
Can I also just put the IP VM? Because it just doesn't work.
The problem is that testing on CentOS 7 when I run the "./bitwarden update" command it tells you that the mysql containey is still restarting. VM have 4GB.
I did a test on Ubuntu and the problem is different. When I made the command "./bitwarden update" it gave a message that was successful. However when I access my browser it fails. What do I do?
@dani-garcia commented on GitHub (Oct 15, 2019):
Are you running the official server images? Bitwarden_rs doesn't have any './bitwarden update' commands.
You should check the wiki:
If you want to use the docker image: https://github.com/dani-garcia/bitwarden_rs/wiki/Starting-a-Container
If you want to compile and run the server directly: https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary
@mprasil commented on GitHub (Oct 22, 2019):
./bitwarden updateis definitely from upstream, so @zJeanMiliodas needs to ask there instead. This repository is for unofficial 3rd party bitwarden server implementation. Closing this now.