Giter Site home page Giter Site logo

Comments (11)

renderpci avatar renderpci commented on May 23, 2024

Hi anisDev-Pr

I think that you have the same problem that Angel-Vila:

Duplicate of #49

Note: If your change the httpdocs and it doesn't work, try to change to ../dedalo/lib/dedalo in your path, don't use ../dedalo5/lib/dedalo.

Thanks.

from dedalo.

anisDev-Pr avatar anisDev-Pr commented on May 23, 2024

Thank you very much renderpci for your answer,
I checked, the confi4_auto.php file was created correctly.
I changed dedalo5 folder name with dedalo and tried with url "http://192.168.1.33/dedalo/lib/dedalo/main/?m=tool_administration&t=dd242" and still got error.

page_confi1
page_config_areas
page_main1

Thanks.

from dedalo.

renderpci avatar renderpci commented on May 23, 2024

Hi anisDev-Pr

First: seem that you added $areas_allow with the dd242 value, but the array values need to be a string: ['dd242'] not [dd242].
Second: it's not necessary allow the dd242 section, it's the main section for inventory and it's allowed by default.

Questions:
Can you login?
Has the installation process been successful?
Do you have the httpdocs pointed to directory of the httpdocs (something as /var/www/)? (inside this directory pointed by apache hosts you should have dedalo/lib/dedalo)
Could you send the php error log with the error done by you request?
Can you check that PostgreSQL has the dédalo installation structure done? (In your DDBB you should have some "matrix_*" tables and a "jer_dd" table with data)

Best

from dedalo.

anisDev-Pr avatar anisDev-Pr commented on May 23, 2024

Thanks renderpci for your help ,

I just checked Postgresql and I have the dedalo_db database with all the tables, but I don't have the right to the tables for the user "dedalo_user" . By adding the right the problem is solved and I have the login interface, so I create a password for the user "root" then by connecting with "root" it gives this:

dedalo_home
dedalo_install01

from dedalo.

renderpci avatar renderpci commented on May 23, 2024

Hi anisDev-Pr

Happy to see your Dédalo installation ready! :-)

Note: I see that you want to work in French. Pourriez-vous aider à traduire l'interface Dédalo? ce n'est pas entièrement traduit en français...

Best

from dedalo.

anisDev-Pr avatar anisDev-Pr commented on May 23, 2024

Thanks renderpci for Helping me.

Yes normally I will make a site of "MANAGING CULTURAL HERITAGE ARCHIVES" like https://monedaiberica.org/v2/
Do you have an idea or a document that describe how to make a publication with dedalo ?

Thanks.

from dedalo.

renderpci avatar renderpci commented on May 23, 2024

Hi anisDev-Pr

Well, if you have ready you data you will need to config the Dédalo API.
General info:
https://dedalo.dev/publication_api#dd1100_80

Set up:
https://dedalo.dev/publication_api_set_up

Prepare you publication environment:
https://dedalo.dev/publication_api_configuration#dd1100_90

Publish your data and access to it by the API:
https://dedalo.dev/media/pdf/30
https://dedalo.dev/media/pdf/31

But

The first step is configure and setup the config files to get access to the numisdata ontology, if you want to work with numismatic data.
Read this https://dedalo.dev/v5_config#dd1100_730
in the part of
DEFAULT VARIABLES -> DEDALO_PREFIX_TIPOS

you will need to add 'numisdata' to the array and if you want, remove the other heritage tipos, something like:

define('DEDALO_PREFIX_TIPOS', serialize([ 'dd', 'rsc', 'hierarchy', 'lg', 'numisdata ]));

This setting say that your Dédalo installation will be sync with numismatic ontology.
The next action should be sync your ontology with the new setting;
1 save the config4.php with the new params
2 login with root account
3 open the admin panel:
4 click "update structure"

Screenshot 2022-05-19 at 16 52 36

5 if all go right your Dédalo installation will load the numisdata ontology, then, logout an login. Check if the "catalogue" menu has the Mints, Types, Archive, Hoards... sections

Screenshot 2022-05-19 at 16 53 59

(It could be inside of Cultural->Material->Mobable Heritage->Numisdata)

Then Dédalo will be ready to work with numismatic heritage...
Next Spets:

  • Create users, profiles to access to the sections / fields ... etc
  • Import or create your data.
  • Publish your data
  • Access with the Public API
  • Build the public web site

Ufff...

Too long to explain...

Best

from dedalo.

anisDev-Pr avatar anisDev-Pr commented on May 23, 2024

Thanks renderpci,

I will read and try to apply all this step by step, it requires a little of concentration.

Thanks for all.

from dedalo.

anisDev-Pr avatar anisDev-Pr commented on May 23, 2024

Hi renderpci,

I tried to connect to the dedalo on the url "http://192.168.1.33/dedalo/lib/dedalo/main/?m=tool_administration&t=dd242&menu=1" to access the menu, but it contains errors:
Ops.. [Error]2 include(/var/www/html/dedalo/lib/dedalo/ZipArchive/class.ZipArchive.php): failed to open stream: No such file or directory
Array
(
[type] => 2
[message] => include(/var/www/html/dedalo/lib/dedalo/ZipArchive/class.ZipArchive.php): failed to open stream: No such file or directory
[file] => /var/www/html/dedalo/lib/dedalo/config/class.loader.php
[line] => 84
)
dedalo_menu01

Do you have any ideas ?

Thanks.

from dedalo.

renderpci avatar renderpci commented on May 23, 2024

Hi anisDev-Pr

Seem that you don't have the zip library for php.

If you are using Ubuntu you can try to install php and all modules that Dédalo will need with:

apt install php8.0 php8.0-cli php8.0-common php8.0-mysql php8.0-pgsql php8.0-gd php8.0-mbstring php8.0-xml php8.0-pspell php8.0-tidy php8.0-bcmath php8.0-imap php8.0-soap php8.0-opcache php8.0-fpm php8.0-zip php8.0-curl

Best

from dedalo.

Ons-BenBrahim avatar Ons-BenBrahim commented on May 23, 2024

Hi ! I am begginner with Dedalo i installed it recently , but i didn't understand from where can i start using it ! for example how can i create a template ?
If anybody have a tutorial or a documentation explaining this i will be grateful !!
Thanx

from dedalo.

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.