Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100149887
bamc.conf
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 28, 13:37
Size
786 B
Mime Type
text/x-shellscript
Expires
Thu, Jan 30, 13:37 (2 d)
Engine
blob
Format
Raw Data
Handle
23895762
Attached To
R1066 amc-cape
bamc.conf
View Options
#!/bin/bash
# Workspace
DIR_CONFIG='conf'
DIR_QUESTIONS='questions'
DIR_EXAMS='exams'
DIR_PROJECTS='projects'
DIR_COMMON='common'
FILE_WORKSPACE_ROOT=".workspace_root"
DIR_MEDIA='media'
# Configuration dirs
DIR_DATA=$(realpath $SPATH/../data)
DIR_WORKSPACE_TEMPLATE=$DIR_DATA/workspace
DIR_EXAM_TEMPLATES=$DIR_DATA/templates
# Template
DEFAULT_EXAM_TEMPLATE="default"
FILE_PROJECT_BUILD="project_build_script.sh"
# Configuration files
FILE_AMC_OPTIONS='options.xml'
# Output dirs
DIR_PROJECTS='projects'
DIR_SAMPLES='pdf-samples'
DIR_CATALOGS='pdf-catalogs'
DIR_BLANKS='pdf-blanks'
DIR_PDFS='pdf-exams'
DIR_STUDENTS='pdf-students'
# Intput files
FILE_SECTIONS='sections.conf'
FILE_EXAM='exam.conf'
FILE_STUDENTS='students.csv'
# Variables
EXTRA_STUDENTS=9
PDFLATEX_RUNS=1
# EOF
Event Timeline
Log In to Comment