Code Monkey home page Code Monkey logo

Comments (6)

nemchik avatar nemchik commented on May 27, 2024 2

All of the devs that used to maintain this project have moved on to docker.

Please check out https://dockstarter.com/ it's very much like ATK for Docker.

from atomic-toolkit.

 avatar commented on May 27, 2024

Could be that the installation/compilation doesn't create the unit file:

$ sudo systemctl restart nginx.service
Failed to restart nginx.service: Unit nginx.service not found.

Have found this but I don't know where the paths should point to. Help with paths?

from atomic-toolkit.

McFlyPartages avatar McFlyPartages commented on May 27, 2024

nano /etc/nginx/nginx.conf

comment two ligne SSL
exemple
` ##
# SSL Settings
##

    #ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
    #ssl_prefer_server_ciphers on;`

And
nano /etc/nginx/sites-enabled/server.atomic.conf

comment
` listen 80;

listen [::]:80;

#listen 443 ssl http2;

#listen [::]:443 ssl http2;`

from atomic-toolkit.

McFlyPartages avatar McFlyPartages commented on May 27, 2024

If all dev have moved into Docker else delete the unbuntu branch but dont follower the developpement of other branch.

Sorry for my bad english

from atomic-toolkit.

nemchik avatar nemchik commented on May 27, 2024

I think maybe you have misunderstood.

Nobody has moved on from Ubuntu. Docker runs on Ubuntu (and other OS as well). The devs of this project have started using docker on their Ubuntu systems.

The link I sent to DockSTARTer is not a new branch of ATK, it's an entirely new project.

There is still plenty of historical value in the ATK repo and no need to delete anything here. The readme and issue template have both been updated to point people in the direction of DockSTARTer.

from atomic-toolkit.

McFlyPartages avatar McFlyPartages commented on May 27, 2024

Sorry and thanks for this explication

from atomic-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.