Giter VIP home page Giter VIP logo

Comments (11)

gaspaio avatar gaspaio commented on July 23, 2024

Github seems to experience issues, so i can't seem to install the project's dependencies right now. Do you have any messages on the browser console, like a js error ?

from gearmanui.

gaspaio avatar gaspaio commented on July 23, 2024

Ok. Packagist is back.
Indeed, GearmanUI seems to break when the docroot is not the /web directory.
If you're under apache, create a dedicated vhost for the moment, pointing to /web.
I'll look into this issue soon.

from gearmanui.

gaspaio avatar gaspaio commented on July 23, 2024

Just updated the repo with a correction. Asset paths were broken when the base url was not /. Should be fine now.
Thanks for the feedback.

from gearmanui.

nikhildhawan avatar nikhildhawan commented on July 23, 2024

Hi,
Thanks for the update.
The output I tried to paste isn't in the best format. I will try to put screenshot next time.
I will try again next week and will see browser console for any possible errors.
Thanks.

from gearmanui.

nikhildhawan avatar nikhildhawan commented on July 23, 2024

Hi,
Can you help me with this.
I am not able to view the status. Logging is showing GET requests to non existent file. I have added only localhost in configuration yml file.
Selection_001

from gearmanui.

gaspaio avatar gaspaio commented on July 23, 2024

I can't reproduce this. Check if all javascript files are loaded correctly (empty browser caches), if you have the latest commit of GearmanUI, log contents, etc.

from gearmanui.

cjroebuck avatar cjroebuck commented on July 23, 2024

I get this too.. JS/CSS assets are being served fine... the routes such as /info, /servers, /workers are not (404). I'm using apache virtualhost to serve with DocumentRoot set to the web folder:

DocumentRoot /home/ubuntu/gearman-ui/web/

from gearmanui.

cjroebuck avatar cjroebuck commented on July 23, 2024

Fixed by enabling mod_rewrite in apache: sudo a2enmod rewrite

from gearmanui.

gaspaio avatar gaspaio commented on July 23, 2024

Indeed. Thanks, I'll update the install instructions.

from gearmanui.

gaspaio avatar gaspaio commented on July 23, 2024

Done.

from gearmanui.

webbpinner avatar webbpinner commented on July 23, 2024

after following all the recommendations here I was still unable to get my gearman-ui site working with mod_rewrite. Ultimately I did get mod_rewrite working for my gearman-ui installation by adding the following line to the .htaccess file: RewriteBase /gearman-ui

My .htaccess file now looks like this:

Options -MultiViews

RewriteEngine On
RewriteBase /gearman-ui
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Cheers,
-W

from gearmanui.

Related Issues (15)

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.