Skip to content
Jozef Misutka edited this page May 15, 2015 · 1 revision

Installing under Windows

  • ensure you have make
  • do not use sources symlink from utilities/project_helpers or maven will take forever; rather use setup.sh with junction
  • ensure lr.common.theme is set to windows directory or it can get cloned into directory relative to git home dir
  • you may need to link tomcat\bin\{dspace.dir} to your installation directory
  • import utilities.sql into postgres from command line e.g., psql -p 5432 -U dspace -f utilities.sql
  • depending on the type of deployment, you may have to create a link from utilities directory to dspace config e.g., lindat-dspace\dspace\modules\xmlui\target\xmlui-5.2-SNAPSHOT\WEB-INF\classes
  • depending on the type of deployment, you may have to create a link to lindat common theme from appropriate xmlui target directory (see above) e.g., lindat-dspace\dspace\modules\xmlui\target\xmlui-5.2-SNAPSHOT\themes\UFAL\lib
Clone this wiki locally