Subversion Repositories ALCASAR

Rev

Rev 2114 | Rev 2149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2114 Rev 2138
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
#  $Id: alcasar.sh 2114 2017-01-09 17:05:59Z franck $ 
2
#  $Id: alcasar.sh 2138 2017-03-18 18:29:01Z richard $ 
3
 
3
 
4
# alcasar.sh
4
# alcasar.sh
5
 
5
 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
6
# ALCASAR Install script -  CopyLeft ALCASAR Team [Rexy + 3abtux + Steweb + Crox + ...] 
7
# Ce programme est un logiciel libre ; This software is free and open source
7
# Ce programme est un logiciel libre ; This software is free and open source
Line 649... Line 649...
649
	chown -R apache:apache /etc/freeradius-web/
649
	chown -R apache:apache /etc/freeradius-web/
650
# create the log & backup structure :
650
# create the log & backup structure :
651
# - base = users database
651
# - base = users database
652
# - archive = tarball of "base + http firewall + netflow"
652
# - archive = tarball of "base + http firewall + netflow"
653
# - security = watchdog log
653
# - security = watchdog log
654
	for i in base archive security;
654
	for i in base archive security activity_report;
655
	do
655
	do
656
		[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
656
		[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
657
	done
657
	done
658
	chown -R root:apache $DIR_SAVE
658
	chown -R root:apache $DIR_SAVE
659
# Configuring & securing php
659
# Configuring & securing php