Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
fd1178b1
Commit
fd1178b1
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2003-05-16 21:50:33 by cvscast] Added instructions for Apache server configuration Beppe
Original author: cvscast Date: 2003-05-16 21:50:33+00:00
parent
389da8ac
Changes
1
Show whitespace changes
Inline
Side-by-side
INSTALL
View file @
fd1178b1
...
...
@@ -79,3 +79,20 @@ package]
./configure && make all && make opt && make install
WEB SITE INSTALATION
====================
If you want to install CDuce site, with its online demo and tutorial
then you can study the Makefile (just do make web/files webiface.opt
and install the generated files by hand).
For the Apache server you may have to change its configuration file
httpd.conf. In particular you have to load php_mod and add to the
directives of the directory you installed the files the following:
<Directory "cduce_root">
Options MultiViews
# if .php is not in mime-types then also add:
MultiviewsMatch Any
</Directory>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment