Skip to content
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

how to install osctrl on ubuntu directly #38

Open
arimb00r opened this issue Feb 22, 2020 · 5 comments
Open

how to install osctrl on ubuntu directly #38

arimb00r opened this issue Feb 22, 2020 · 5 comments
Labels
📚 documentation Request for documentation

Comments

@arimb00r
Copy link

I 'm looking for documentation to install osctrl on ubuntu directly [not using docker]

@javuto javuto added the 📚 documentation Request for documentation label Feb 24, 2020
@edub0
Copy link

edub0 commented Apr 3, 2020

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

@javuto
Copy link
Collaborator

javuto commented Apr 8, 2020

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!

#60

CptOfEvilMinions added a commit that referenced this issue Dec 28, 2021
@rollcalcifer
Copy link

Fiz todos os procedimentos porem ao tentar logar. no painel WEB ele me informa que as credenciais estão incorretas,

user: admin
senha: admin

@rollcalcifer
Copy link

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

@javuto
Copy link
Collaborator

javuto commented Feb 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Request for documentation
Projects
None yet
Development

No branches or pull requests

4 participants