The Wayback Machine - https://web.archive.org/web/20201112000942/https://github.com/jmpsec/osctrl/issues/38
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 · 2 comments
Open

how to install osctrl on ubuntu directly #38

arimb00r opened this issue Feb 22, 2020 · 2 comments
Labels

Comments

@arimb00r
Copy link

@arimb00r arimb00r commented Feb 22, 2020

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

@ewaher
Copy link

@ewaher ewaher 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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.