On Wed, Jul 31, 2013 at 10:09 PM, suzon <[email protected]> wrote: > **** I am using 1.8 version of Dspace. Suppose, I just copy and paste the > mobile theme to xmlui/theme folder. Then I just made a sub-domain mobile > before main domain. Then Should I see the mobile interface by > mobile.main.com? If not what must to change?
The complete step-by-step instructions are here: [1] > *** As direction, I made a sub-domain mobile. But I can not see. I am > facing > problem how to make a alias sub-domain? If you kindly see the link if all > is > ok? our site link > > mobile.dspace.daffodilvarsity.edu.bd > > is the mobile sub-domain is alias to dspace domain? The mobile theme instructions assume that your regular dspace runs at the domain name, whereas yours runs at port 8080 and in the xmlui directory. The instructions to change port from 8080 to 80 are here: [2] In order to run xmlui at site root (i.e. http://dspace.daffodilvarsity.edu.bd/), change the path attribute in your Tomcat XMLUI context from: <Context path="/xmlui" docBase="/dspace/webapps/xmlui" /> to <Context path="/" docBase="/dspace/webapps/xmlui" /> Then also change dspace.url from: dspace.url = http://dspace.daffodilvarsity.edu.bd:8080/xmlui to dspace.url = http://dspace.daffodilvarsity.edu.bd/ Then proceed with the instructions to enable the mobile theme. [1] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/webapp/themes/mobile/readme.txt [2] https://wiki.duraspace.org/display/DSPACE/DspaceOnStandardPorts Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

