inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.32k stars 781 forks source link

Install Problem On My Ubuntu 22.04 OS #8060

Closed LarryJoy closed 5 days ago

LarryJoy commented 2 months ago

Deployment Method

Describe the problem*

Often times there are error messages when downloading and installing pieces of InvenTree and there is nobody to talk to about the situation, to give direction as what to do to alleviate the situation. For instance I have Docker loaded but I don't know if it is in the correct place. I am willing to make a one-time donation to InvenTree if someone would work with me one-on-one so I can get InvenTree running. I am not a programmer myself and so I would need explicit terminal commands to carry out.

Steps to Reproduce

  1. I am trying to follow the instructions as given in the Deployment section for the Docker method. 1. Whoever I work with I will carry out their instructions and report back the results I get. Would need to start from scratch.

Relevant log output

No response

timmyhadwen commented 2 months ago

@LarryJoy Let me know what issues you're having? We run docker Inventree on 22.04 so I might be able to help :)

LarryJoy commented 2 months ago

I have Docker (and I think it's called Docker-editor, or something like that) installed. I have InvenTree downloaded. Trying to follow the instructions in the documentation just doesn't work. I need step by step (terminal commands) instructions that I can implement, and when something doesn't work I need to be able to report back to someone that can get me going on the right path. If you'll stick with me I will follow the information as I understand it and report the results, good or bad, back to you. I guess I wouldn't have to give you the good report only the bad stuff when I run across it. I will try again tomorrow to set it up.

LarryJoy commented 2 months ago
  1. Download the latest DEB package--I click on this but nothing happens. Actually it was downloading and then I clicked on "Accept all cookies" and the small screen went away indicating the progress of the download and when I click on "DEB package" it does nothing.
  2. sudo apt-get update--I do this command and it does okay, I think.
  3. Then I do the following and get an error: larry@larry-MS-7693:~$ sudo apt-get install ./docker-desktop-amd64.deb Reading package lists... Done E: Unsupported file ./docker-desktop-amd64.deb given on commandline. So, what is going on? What do I need to do?
LarryJoy commented 2 months ago

Further: By default, Docker Desktop is installed at /opt/docker-desktop. NO! It is not there.

SchrodingersGat commented 2 months ago

@LarryJoy as a starting point to get docker engine installed, the following tutorial should work:

LarryJoy commented 2 months ago

I think I have downloaded/installed everything I need. My problem now is when I go to http://inventree.localhost it goes to the Apache2 screen instead of to InvenTree. So, what do I check and what do I do? I guess I can follow your link, follow the instructions to remove files, and then install the files again. I guess I would try that unless someone can give me directions to resolve the Apache2/InvenTree conflict. Thank you.

SchrodingersGat commented 2 months ago

I think I have downloaded/installed everything I need. My problem now is when I go to http://inventree.localhost/ it goes to the Apache2 screen instead of to InvenTree

This would likely indicate that you have an apache server which is already running, and taking control of your web port (80).

So you can either:

1) Disable the apache server 2) host InvenTree on a different port.

I would think 2) is simpler at this stage. You can try adding INVENTREE_WEB_PORT=1337 in your .env file, and then reloading the InvenTree server. Then, nominally you should be able to see your InvenTree server at inventree.localhost:1337 in your browser

github-actions[bot] commented 5 days ago

This issue seems stale. Please react to show this is still important.

LarryJoy commented 5 days ago

Hello, InvenTree is up ad running for me for a couple of months now. I got my answers from JustAnswer for which I paid for. I would have paid someone at InvenTree but nobody would work with me one-on-one.