Git Product home page Git Product logo

Comments (4)

JanWielemaker avatar JanWielemaker commented on July 2, 2024

It is rather unclear what you want. If you have a ClioPatria server and want to use Pengines, I propose to install the cpack swish (?- cpack_install(swish).). The SWISH Help/help menu (also) describes how to write clients.

from cliopatria.

silviodc avatar silviodc commented on July 2, 2024

Hi @JanWielemaker

It is exactly what i was looking for :D Thanks.

So, i'm creating a docker file, previous mentioned in #48 . Until now the Cliopatria installation and the plugin works well.

However, i'm facing problems with pengine

I get the following exception in prolog terminal:

% [Thread <thread>(10,0x7f1e8c008700)] [10:57:18.304] GET /pengine/create: [403] forbidden(/pengine/create)

Do you have any idea what could be it?
I already tried the directory permissions and user groups as well.

from cliopatria.

JanWielemaker avatar JanWielemaker commented on July 2, 2024

By default it only accepts connections from localhost. To change that, edit config-enabled/pengines.pl, which contains:

:- set_setting_default(pengines:allow_from, ['127.0.0.1']).

You can use wildcharts here, such as '*' (allow from anywhere) or '*.my.domain' to only allow connections from your local network.

from cliopatria.

silviodc avatar silviodc commented on July 2, 2024

Perfect! It works :D
I will prepare the Dockerfile and share it with you later.

Best,
Silvio

from cliopatria.

Related Issues (20)

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.