Giter Club home page Giter Club logo

Comments (6)

slashsbin avatar slashsbin commented on August 11, 2024

It's a known issue with libphutil, as the author does not believe in Composer!
You can read more here: Why doesn't Phabricator (or Arcanist, or libphutil) support Composer?
But using the Symfony's DEV Environment should work: if you are using bundled(etc/nginx/sites-available/phabulous.conf) NginX configuration then browsing to http://phabulous.localhost/app_dev.php/ should do it.
Currently I'm working on dropping libphutil as dependency in favor of using Guzzle with Conduit APIs directly. Any other ideas are appreciated.

from phabulous.

DaveInTO avatar DaveInTO commented on August 11, 2024

from phabulous.

slashsbin avatar slashsbin commented on August 11, 2024

Default Username/Password is admin. Actually it does nothing(No Access-Level or similar concept) now.
It's not your phabricator username/password yet, phabulous currently only supports in-memory username/passwords. Supporting phabricator OAuth is the next step.

from phabulous.

JeanFred avatar JeanFred commented on August 11, 2024

I have ran into this as well, after building that app using Docker.

Have to say − it’s a bit unclear to me what the issue is ; because the latest version of libphutil was being pulled by Composer (I did check). I also tried checking out an old version of libphutil (eg from Aug 2016 when that app was first written) but got the same issue?

Using app_dev.php did sidestep the problem (not exactly sure how? Does it then not need libphutil at all?) − the Symfony app loads but displays no data whatsoever. It’s unclear to me where the issue is config, on the Gantt side or on the Phab side or in my setup.

(I understand this app is unmaintained so I’d be grateful for any pointers :)

from phabulous.

slashsbin avatar slashsbin commented on August 11, 2024

@JeanFred
First please note that Phabulous is no longer in active development nor is maintained anymore, so I'll recommend reconsidering using it.

Phabulous is a standalone Symfony web app, not a plugin/extension for phabricator. This means you should install it separately, then configure it to connect to your phabricator instance via bots.
Installation steps are located in the project's readme file here. We assume you already know how to install a Symfony app, if not follow their original guide here. There is also a sample NginX webserver config in the project repository, which will publish phabulous on your machine at http://phabulous.localhost, make sure to change it to match your setup(server name, the path to project, ...).

After setting up, there will be a new file located in "app/config/parameters.yml". Set your phabricator bot spec in this file to allow phabulous to connect to phabricator.

The idea of bots and usage of maniphest queries is to dynamically create phabulous chart data directly from phabricator, by first creating a sample maniphest query(let's say all the tasks currently defined in phabricator) and configure this query in phabulous to draw its chart from it, then you can change/update the query in phabricator(let's say filter it by a specific project) and refresh the chart to see it with new data.

Please also see my comment above.

Hope this was of any help.

from phabulous.

JeanFred avatar JeanFred commented on August 11, 2024

@slashsbin Thank you for the answer!

Right, I do understand that this is a separate Symfony app. As I said, I run it using Docker containers (one for Nginx, one for PHP) separate from the Phabricator instance. If you are interested, you can see the setup at https://github.com/JeanFred/docker-phabulous.

from phabulous.

Related Issues (3)

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.