forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 21
Working on Windows
Jozef Misutka edited this page May 15, 2015
·
1 revision
- ensure you have
make - do not use sources symlink from
utilities/project_helpersor maven will take forever; rather use setup.sh with junction - ensure
lr.common.themeis 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