Hello, During initial installation, the local.cfg file should be first placed in [dspace-source]/dspace/config/local.cfg
See step #5 of the Installation instructions for details on setting up your local.cfg file: https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation Once you build (mvn package) and deploy (ant fresh_install) DSpace (in steps #7 and 8 of install guide), your local.cfg file will end up being copied over into the installation directory ([dspace]/config/local.cfg). At that point, you can simply edit it in that location. The format of the local.cfg file is IDENTICAL to the dspace.cfg file. The "local.cfg.EXAMPLE" file is provided as an example (which you can copy into a local.cfg file to get started), but you will need to modify the local.cfg with the correct database configurations for your server. So, at a minimum, you will need to update the database configuration settings listed here: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/local.cfg.EXAMPLE#L68 The error you are seeing is saying that your database configuration is incorrect, and it's saying that the database user password is incorrect (this password is set in the "db.password" configuration). Good luck, and let us know on this list if you need further help. - Tim On Mon, Apr 30, 2018 at 7:24 AM Jojo Capunay <[email protected]> wrote: > Still posting this again. just want to ask what's the proper format for > the Local.cfg, used the one on the wiki and the Local.cfg.example still > having the same authentication problem.:( > > can you point me out which dspace folder should i put sa cfg file? my > directories are /dspace for the installation directory, and /build for the > source directory. I want to install Dspace6.2 on Ubuntu 16.04LTS. > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
