ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Invoice Software - Office 365 Or Purchase Software Suite?

    IT Discussion
    17
    105
    15.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • garak0410G
      garak0410 @hillel369
      last edited by

      @hillel369 said in Invoice Software - Office 365 Or Purchase Software Suite?:

      sudo apt install docker-compose

      Yes...says sudo: app: command not found

      DanpD 1 Reply Last reply Reply Quote 0
      • DanpD
        Danp @garak0410
        last edited by

        @garak0410 It's sudo apt not sudo app.

        garak0410G 1 Reply Last reply Reply Quote 2
        • garak0410G
          garak0410 @Danp
          last edited by

          @Danp said in Invoice Software - Office 365 Or Purchase Software Suite?:

          @garak0410 It's sudo apt not sudo app.

          0_1483654120610_doh.jpg

          Installed now...moving...will report progress...

          garak0410G 1 Reply Last reply Reply Quote 2
          • garak0410G
            garak0410 @garak0410
            last edited by

            @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

            @Danp said in Invoice Software - Office 365 Or Purchase Software Suite?:

            @garak0410 It's sudo apt not sudo app.

            0_1483654120610_doh.jpg

            Installed now...moving...will report progress...

            docker-compose up
            ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.

            I'm sure this is a newbie thing too...

            hillel369H scottalanmillerS 2 Replies Last reply Reply Quote 0
            • hillel369H
              hillel369 Vendor @garak0410
              last edited by

              @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

              ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options

              From searching online this error can sometimes be resolved by upgrading your version of docker-compose.

              https://github.com/docker/compose/issues/4053

              You can check which version you're using by running:

              docker-compose version

              1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @garak0410
                last edited by

                @garak0410 is your Ubuntu up to date? Both did you install the latest Ubuntu which is 16.10 and have you done this to make sure that it is properly patched?

                sudo apt-get update
                sudo apt-get dist-upgrade
                
                garak0410G 1 Reply Last reply Reply Quote 0
                • garak0410G
                  garak0410 @scottalanmiller
                  last edited by

                  @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                  @garak0410 is your Ubuntu up to date? Both did you install the latest Ubuntu which is 16.10 and have you done this to make sure that it is properly patched?

                  sudo apt-get update
                  sudo apt-get dist-upgrade
                  

                  Got this on the update attempt:

                  sudo apt-get update
                  [sudo] password for user:
                  Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
                  Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
                  Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
                  Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
                  E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
                  E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

                  DustinB3403D momurdaM 2 Replies Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403 @garak0410
                    last edited by

                    @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                    Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease

                    http://askubuntu.com/questions/15433/unable-to-lock-the-administration-directory-var-lib-dpkg-is-another-process

                    Read the recommendations carefully, the alternative steps should be tried first.

                    1 Reply Last reply Reply Quote 1
                    • momurdaM
                      momurda @garak0410
                      last edited by momurda

                      @garak0410
                      That error usually means you have something open like Software Updater or something else needs to be closed.
                      Just reboot, login open terminal(if using a gui) and then do your
                      sudo apt-get update
                      edit forgot this: sudo apt-get upgrade
                      sudo apt-get dist-upgrade

                      garak0410G 1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Do you have a GUI on this server?

                        garak0410G 1 Reply Last reply Reply Quote 0
                        • garak0410G
                          garak0410 @momurda
                          last edited by

                          @momurda said in Invoice Software - Office 365 Or Purchase Software Suite?:

                          @garak0410
                          That error usually means you have something open like Software Updater or something else needs to be closed.
                          Just reboot, login open terminal(if using a gui) and then do your
                          sudo apt-get update
                          edit forgot this: sudo apt-get upgrade
                          sudo apt-get dist-upgrade

                          Same errors as above...

                          1 Reply Last reply Reply Quote 0
                          • garak0410G
                            garak0410 @scottalanmiller
                            last edited by

                            @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                            Do you have a GUI on this server?

                            Yes...running latest Ubuntu DESKTOP version...

                            DustinB3403D 2 Replies Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403 @garak0410
                              last edited by

                              @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                              @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                              Do you have a GUI on this server?

                              Yes...running latest Ubuntu DESKTOP version...

                              Why the "desktop" version?

                              Linux has always been designed as a server first, and things removed for the desktop version. If you're using this to host applications, you really should use the "Server" version.

                              garak0410G 1 Reply Last reply Reply Quote 0
                              • DustinB3403D
                                DustinB3403 @garak0410
                                last edited by

                                @garak0410 Start over with this ISO.

                                1 Reply Last reply Reply Quote 1
                                • garak0410G
                                  garak0410 @DustinB3403
                                  last edited by

                                  @DustinB3403 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                  @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                  @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                  Do you have a GUI on this server?

                                  Yes...running latest Ubuntu DESKTOP version...

                                  Why the "desktop" version?

                                  Linux has always been designed as a server first, and things removed for the desktop version. If you're using this to host applications, you really should use the "Server" version.

                                  Just honest ignorance of Linux options...trying server now...

                                  garak0410G 1 Reply Last reply Reply Quote 0
                                  • garak0410G
                                    garak0410 @garak0410
                                    last edited by

                                    @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                    @DustinB3403 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                    @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                    @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                    Do you have a GUI on this server?

                                    Yes...running latest Ubuntu DESKTOP version...

                                    Why the "desktop" version?

                                    Linux has always been designed as a server first, and things removed for the desktop version. If you're using this to host applications, you really should use the "Server" version.

                                    Just honest ignorance of Linux options...trying server now...

                                    I've set up Ubuntu Server...so, trying the install again... 🙂

                                    travisdh1T garak0410G 2 Replies Last reply Reply Quote 1
                                    • travisdh1T
                                      travisdh1 @garak0410
                                      last edited by

                                      @garak0410 You might want to take some time to look at @scottalanmiller's Learning Linux System Administration.

                                      1 Reply Last reply Reply Quote 1
                                      • s.hacklemanS
                                        s.hackleman
                                        last edited by

                                        My 2 cents.. I have a client that manages basic inventory and invoicing for her business with Inflow. It is affordable and does exactly what I need it to do.

                                        https://www.inflowinventory.com/

                                        1 Reply Last reply Reply Quote 0
                                        • garak0410G
                                          garak0410 @garak0410
                                          last edited by

                                          @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                          @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                          @DustinB3403 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                          @garak0410 said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                          @scottalanmiller said in Invoice Software - Office 365 Or Purchase Software Suite?:

                                          Do you have a GUI on this server?

                                          Yes...running latest Ubuntu DESKTOP version...

                                          Why the "desktop" version?

                                          Linux has always been designed as a server first, and things removed for the desktop version. If you're using this to host applications, you really should use the "Server" version.

                                          Just honest ignorance of Linux options...trying server now...

                                          I've set up Ubuntu Server...so, trying the install again... 🙂

                                          Ubuntu Server is set up...both of these commands worked this time:

                                          sudo apt-get update
                                          sudo apt-get dist-upgrade

                                          Still can't get the docker to work... on docker compose-up still get this:

                                          ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.

                                          Here's my version information:

                                          docker-compose version 1.5.2, build unknown
                                          docker-py version: 1.8.0
                                          CPython version: 2.7.12+

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            Haven't done tons with Docker. I'm not digging through the history here, but are you on the proper, current version of Ubuntu or are you on an older version? We know from another thread that if, at least in that case, using the old only partially supported LTS Ubuntu version instead of the current, fully supported version you get a Docker error like this. Make sure your on the current, fully supported version of Ubuntu.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 5 / 6
                                            • First post
                                              Last post