Giter Club home page Giter Club logo

Comments (4)

nemchik avatar nemchik commented on May 16, 2024

Fedora Instructions (copied from another conversation)

The readme on the repo starts off with you running this https://github.com/GhostWriters/DockSTARTer#one-time-setup-required but obviously you won't be doing that because Fedora doesn't use APT. Instead please run

sudo dnf upgrade --refresh
sudo reboot

If Fedora doesn't have sudo you'll want to run those as root (and please let me know if that's the case).

After rebooting clone the repo just like the readme instructs

sudo dnf install git
git clone https://github.com/GhostWriters/DockSTARTer ~/.docker

Next you'll need to comment out a line of code that prevents running on DNF systems (Fedora).

nano ~/.docker/scripts/update_system.sh

With the nano editor open comment or remove this line fatal "Systems with DNF package manager are not yet supported by DockSTARTer." (should be line 10)

Now you should be able to actually run DS using this command from the readme

sudo bash ~/.docker/main.sh

And aside from the menu itself running we need to confirm the Install Dependencies menu option works. This will run through some DNF commands to run another update and install some dependencies like curl (it's fine if you already have it), install a binary for yq, install docker, docker-compose, bash tab completion for both, and then prompt you to reboot.

Once all that's done if you would post the contents of your /tmp/dockstarter.log file (use pastebin as needed) and let me know if it worked or seemed to snag anywhere.

from dockstarter.

nemchik avatar nemchik commented on May 16, 2024

CentOS Instructions (copied from another conversation)

The readme on the repo starts off with you running this https://github.com/GhostWriters/DockSTARTer#one-time-setup-required but obviously you won't be doing that because CentOS doesn't use APT. Instead please run

sudo yum upgrade
sudo reboot

If CentOS doesn't have sudo you'll want to run those as root (and please let me know if that's the case).

After rebooting clone the repo just like the readme instructs

sudo yum install git
git clone https://github.com/GhostWriters/DockSTARTer ~/.docker

Next you'll need to comment out a line of code that prevents running on YUM systems (CentOS).

nano ~/.docker/scripts/update_system.sh

With the nano editor open comment or remove this line fatal "Systems with YUM package manager are not yet supported by DockSTARTer." (should be line 14)

Now you should be able to actually run DS using this command from the readme

sudo bash ~/.docker/main.sh

And aside from the menu itself running we need to confirm the Install Dependencies menu option works. This will run through some YUM commands to run another update and install some dependencies like curl (it's fine if you already have it), install a binary for yq, install docker, docker-compose, bash tab completion for both, and then prompt you to reboot.

Once all that's done if you would post the contents of your /tmp/dockstarter.log file (use pastebin as needed) and let me know if it worked or seemed to snag anywhere.

from dockstarter.

nemchik avatar nemchik commented on May 16, 2024

I've run the test myself on Fedora minimal. I had to install nano to edit the script (shouldn't be needed long term). I also had to install newt using dnf in order for whiptail to work. This should be included with installing git in the readme.

Fedora is good to go.

from dockstarter.

nemchik avatar nemchik commented on May 16, 2024

FYI posting here too, I tested CentOS the same as I tested Fedora and made the PR #189 to address the required changes.

from dockstarter.

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.