Giter Site home page Giter Site logo

matt-schwartz / personal-inventory Goto Github PK

View Code? Open in Web Editor NEW
103.0 103.0 10.0 300 KB

A personal inventory management web app

License: MIT License

PHP 71.39% HTML 21.44% JavaScript 2.94% Shell 1.79% Dockerfile 1.75% CSS 0.68%
collection inventory self-hosted

personal-inventory's People

Contributors

dependabot[bot] avatar matt-schwartz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

personal-inventory's Issues

Problem http://192.168.1.244/inventory - The requested URL was not found on this server.

Hi,
I am trying to install personal inventory on an instance of Ubuntu 20.04 server running on a VM.
I followed the steps on this repo:

  1. installed PHP sudo apt install php php-json php-ctype php-curl php-mbstring php-xml php-zip php-tokenizer php-tokenizer libpcre3 --no-install-recommends

  2. installed mongodb as described on this page https://www.joyk.com/dig/detail/1627890111753255

  3. installed composer

  4. pulled your package from this repo to a folder in /var/www/html/pims

  5. copied the .env.dist file to .env. Didn't change anything DATABASE_URL=mongodb://mongodb:27017 - i guess its right

  6. executed sudo composer install

  7. changed the 000-default.conf in apache2 to say:
    DocumentRoot /var/www/html/pims/public
    <Directory /var/www/html/pims/public>

  8. and i edited a copy of the 000-default.conf configuration file to say
    DocumentRoot /var/www/html/pims/public
    <Directory "/var/www/html/pims/public">
    DirectoryIndex index.php
    Allow from all

  9. indluced both files into the apache sites-enabled

  10. restarted the apache2 server

  11. I get this message:
    Not Found
    The requested URL was not found on this server.
    Apache/2.4.41 (Ubuntu) Server at 192.168.1.244 Port 80

could you please help me resolve this

Docker Deployment: web browsing error

Hi Matt, i have deployed your web app using docker without any changes in config files except the default port number 80 with 8002.
So i ran first setup.sh then docker-compose up -d, but when i try to browse app at 'Host_ip:8002' i have this error:

Warning: require(/var/www/app/public/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/app/public/index.php on line 8

Fatal error: require(): Failed opening required '/var/www/app/public/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/app/public/index.php on line 8

File autoload.php is missing.

Any advice?
Thanks, Fabio.

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.