Rev 10870 | Rev 11342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10870 | Rev 10876 | ||
---|---|---|---|
Line 99... | Line 99... | ||
99 | For a further installation, execute the script bin/server-interrupt, |
99 | For a further installation, execute the script bin/server-interrupt, |
100 | go to steps 2, 3 and 4. and execute the script bin/server-resume |
100 | go to steps 2, 3 and 4. and execute the script bin/server-resume |
101 | 101 | ||
102 | ####################### |
102 | ####################### |
103 | 103 | ||
104 | If you want to use a safe execution environment on 64bit Linux |
104 | If you want to use a safe execution environment on 64bit Linux |
105 | (using a chroot-directory : build on gcc version 6.1.1 20160707) |
105 | (using a chroot-directory : build on gcc version 6.1.1 20160707) |
106 | containing all essential software, follow the next steps : |
106 | containing all essential software, follow the next steps : |
107 | 107 | ||
108 | 1. Create a user, say `wims', with home directory, say, /var/wims ($HOME). |
108 | 1. Create a user, say `wims', with home directory, say, /var/wims ($HOME). |
109 | 109 | ||
110 | 2. Login as wims, and copy the tar file wims-WIMS_VERSION.tgz into $HOME. |
110 | 2. Login as wims, and copy the tar file wims-WIMS_VERSION.tgz into $HOME. |
Line 114... | Line 114... | ||
114 | 114 | ||
115 | 4. (For a first installation only). Get and execute the script wims_modules.pl |
115 | 4. (For a first installation only). Get and execute the script wims_modules.pl |
116 | (need Perl and webget). It takes a long time as there are many pedagogical modules. |
116 | (need Perl and webget). It takes a long time as there are many pedagogical modules. |
117 | 117 | ||
118 | 5. Download for 64bit linux the complete chroot archive |
118 | 5. Download for 64bit linux the complete chroot archive |
119 | http:// |
119 | http://wims.unice.fr/download/wims/chroot/wims-4.12.chroot64.linux.tar.bz2 |
120 | Decompress and untar as user wims (in $HOME). |
120 | Decompress and untar as user wims (in $HOME). |
121 | 121 | ||
122 | 6. Compile the server as user wims : type './compile --build-chroot'. |
122 | 6. Compile the server as user wims : type './compile --build-chroot'. |
123 | At the end, you will be asking about the IP address from which the webmaster will |
123 | At the end, you will be asking about the IP address from which the webmaster will |
124 | configure the preferences, the password he will have and the wims email address. |
124 | configure the preferences, the password he will have and the wims email address. |