Changes

Jump to navigation Jump to search
1,047 bytes added ,  05:14, 13 November 2018
Line 99: Line 99:     
10. Lastly reboot the server so that all changes are active including the user's membership in the group epoptes.
 
10. Lastly reboot the server so that all changes are active including the user's membership in the group epoptes.
 +
 +
==Resources Sharing==
 +
Resources can be shared locally over the network either using the Apache http server or Samba file server. If the resources are html files like the offline KOER or ICT textbook, it is recommended to share these using the http server. Please follow below instructions to share the resources using Apache.
 +
 +
1. Make sure Apache is installed on the machine. Open the web browser and type localhost to see the default apache page. If you are not seeing it, then run below command do install it -
 +
 +
sudo apt install apache2
 +
 +
2. By default, Apache root directory is located at /var/www/html. We need to create our resources directory here. It can be done with below command:
 +
 +
sudo mkdir -p /var/www/html/resources
 +
 +
3. Now change permissions to make it available on the network:
 +
 +
sudo chmod -R 777 /var/www/html/resources/
 +
 +
4. Copy all the resources organized in separate folders to the resources directory. It can be with Nautilus file manager or directly with command line:
 +
 +
cp -r /your/resource/folder /var/www/html/resources
    
==References==
 
==References==
 
<references/>
 
<references/>
1,823

edits

Navigation menu