Hi ,
i follow these steps , from documentation step by step

i downloaded the latest dspace6  source through GITHUB command

createuser --username=postgres --no-superuser --pwprompt dspace
createdb --username=postgres --owner=dspace --encoding=UNICODE dspace
psql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;"
cd [dspace-source]/dspace/config/
cp local.cfg.EXAMPLE local.cfg
vi local.cfg
mkdir [dspace]
chown dspace [dspace]
su - dspace
cd [dspace-source]
mvn package
cd [dspace-source]/dspace/target/dspace-installer
ant fresh_install
cp -r [dspace]/webapps/* [tomcat]/webapps
/etc/init.d/tomcat start
[dspace]/bin/dspace create-administrator



On Mon, Nov 28, 2016 at 7:07 PM, Tim Donohue <[email protected]> wrote:

> Ahmed,
>
> Could you describe the steps you've taken to install DSpace 6 (especially
> the maven build process & ant 'fresh_install' steps)?  This is very unusual
> to not have anything install, but also not see anything in the log files.
> It makes me suspect that your Maven build & Ant Install were either run
> from the wrong directories, or failed in some other way.
>
> I'd also recommend checking *all* log files for errors (not just the
> tomcat logs, DSpace also has its own logs in [dspace]/logs). Here's a guide
> for finding those logs: https://wiki.duraspace.org/
> display/DSPACE/Troubleshoot+an+error
>
> The more information you can provide us on what you've checked and how you
> did this installation, the better. Please send all this information to this
> mailing list, obviously.
>
> Thanks,
>
> Tim
>
> On 11/21/2016 8:15 AM, Ahmed Maher wrote:
>
> Hi All,
> i installed Dspace-6 on debian-8 jessi
> and xmlui didn't start or deployed , only /solr deployed sucessfully
> i using openjdk1.8 , tomcat8 , postgresql 9.4
>
> all installation steps successfully completed
> when browse to /xmlui  said 404 error
> the tomcat error file didn't contains error messages
>
> thanks
>
> --
> 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.

Reply via email to