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

Create full installation #207

Open
insxa opened this issue Dec 3, 2024 · 0 comments
Open

Create full installation #207

insxa opened this issue Dec 3, 2024 · 0 comments

Comments

@insxa
Copy link

insxa commented Dec 3, 2024

Can you create full installation ?
I have installed docker on Ubuntu 22.04 using:

Update package list and install required dependencies

sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common

Add the GPG key for Docker's official repository

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

Add Docker's repository to the APT sources list

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

Install Docker CE

sudo apt update
sudo apt install docker-ce

Install Docker Compose

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Verify Docker Compose version

sudo docker-compose --version

After i used bash script curl -sSL http://bit.ly/pks-basic-install | bash
Then pks start

Is this it or i should do something else ?

I dont know how to open port 4433 for admin, or it is automatically opened ?
How to create admin user and password.
And should i login to my ip:4444 or ip:4433 ?

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

No branches or pull requests

1 participant