OpenLiteSpeed Docker One-Click Installation Part 1/2

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 18

  • @nri_raj
    @nri_raj 3 роки тому +1

    You are very talented man.

  • @tech-nomade
    @tech-nomade 4 роки тому +6

    Default Admin password is "123456"
    You can change it by running:
    bash bin/webadmin.sh -lsup
    from within the project root directory or by running:
    /usr/local/lsws/admin/misc/admpass.sh
    You also have to change the ports in the docker-compose file if the default are in use by other apps on your local machine

  • @amir_shayesteh_tabar
    @amir_shayesteh_tabar 4 місяці тому +1

    can you make a video on how to set up a VPS with WordPress Multisite (sub-domain) on OpenLiteSpeed with Ubuntu 20.04 ?

    • @litespeedtechnologies
      @litespeedtechnologies  4 місяці тому

      Would this be than for a one click image or manual installation? And would you see this more for a Docker realted installation or normal Stack without Docker?

    • @amir_shayesteh_tabar
      @amir_shayesteh_tabar 4 місяці тому

      @@litespeedtechnologies I prefer manual / normal stack.

  • @ezswan
    @ezswan 4 роки тому +1

    do you know anything about cyberpanel?

  • @eluis_uckban
    @eluis_uckban 3 роки тому

    Hello, thank you very much for such valuable information ... and a thousand apologies for my automatic English thanks to google :) I am a connectivity engineer, I do not usually program and I am on the plan ... but I will tell you that I lift everything in swarm mode and all good, until the time of the installation of the demosite.sh script, to which in this case, it would be necessary to add the host DB because in swarm mode the containers are separated and each one as a host within the overlay network. The question: does the script require a lot of modification to indicate that the DB is on "another" host ?, Greetings and thank you very much again.

    • @coldegg1443
      @coldegg1443 3 роки тому +1

      From github.com/litespeedtech/ols-docker-env/blob/master/docker-compose.yml#L3 you can see that script will use defaul mysql name as "mysql". For the swarm mode, do you connect by IP or you have any MySQL connection full command example?

    • @eluis_uckban
      @eluis_uckban 3 роки тому

      @@coldegg1443 Hi, thank you very much for answering, I was thinking about that, as I have done other activities related to the subject I could not continue with that... I will also review with the option "links" so that docker connect the containers and test so when I have news inform.

  • @gasperzargi5715
    @gasperzargi5715 2 роки тому

    Hi, I'm running docker desktop on Windows 10. When trying to add domain with your script domain.sh I get error: su: failed to execute C:/Program Files/Git/usr/bin/bash: No such file or directory.
    How can this be fixed?
    Thank you

    • @litespeedtechnologies
      @litespeedtechnologies  2 роки тому

      Unfortunately, OLS is not supported for use on Windows. That domain.sh script is meant to be run on a Linux machine. Sorry!

  • @MaboxLinux
    @MaboxLinux 4 роки тому

    Nice.
    Can you show how to manage virtualhosts from command line (by editing files)?

    • @Lucas-mu5no
      @Lucas-mu5no 3 роки тому

      That's also what I was wondering. I am building a docker container to run litespeed with Laravel

    • @litespeedtechnologies
      @litespeedtechnologies  3 роки тому

      The server and vhost configuration files are in /usr/local/lsws/conf/, but it will almost certainly be easier to manage the vhosts via the web admin. The issue is that the files will only include the configurations that are required/not default settings.

  • @tmakademia3526
    @tmakademia3526 Рік тому

    Can you make video for portainer?