osctrl
osctrl copied to clipboard
how to install osctrl on ubuntu directly
I 'm looking for documentation to install osctrl on ubuntu directly [not using docker]
sudo apt-get install git
git clone https://github.com/jmpsec/osctrl.git
cd osctrl/
./deploy/provision.sh -s $(pwd) -m dev -t self -p all -n -P -M -E --all-hostname $(hostname -f)
That pretty much installs it from scratch on 18.04 LTS. (Dev configuration, self signed cert, self enrolled server, nginx, postgress)
You NEED to go through the provision script options to configure it for your env before you run it, https://osctrl.net/usage/provision.sh/
*added the hostname
Just pushed some fixes for the provision in mode prod
, there were few things broken and now it all works well. Updating the documentation as well!
https://github.com/jmpsec/osctrl/pull/60
Fiz todos os procedimentos porem ao tentar logar. no painel WEB ele me informa que as credenciais estão incorretas,
user: admin senha: admin
I did all the procedures but when trying to log in. in the WEB panel it informs me that the credentials are incorrect,
user: admin password: admin
Did you use provision.sh
to complete all setup? Can you confirm with osctrl-cli
that the user admin
is created? You can do that with the following command:
./osctrl-cli -d -D db.json user list