Skip to content
Snippets Groups Projects
Commit 5984526b authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

port 8001

parent b061d39a
No related branches found
No related tags found
1 merge request!4Working docker
Pipeline #9329 passed
PORT=8000
PORT=8001
REGISTRY_URL=docker.isima.fr
NAMESPACE=docker.isima.fr/vimazeno
APP_NAME=pelican_perso
......
......@@ -11,6 +11,7 @@ Number: 2
### <i class="fas fa-quote-left"></i>You can't defend. You can't prevent. The only thing you can do is detect and respond.<i class="fas fa-quote-right"></i> <span style="float:right;font-size: smaller; padding-top: 15px;">*Bruce Schneier*</span>
<hr />
<center>
......
......@@ -152,8 +152,8 @@
* nfs
* samba
* Montage PARTOUT
* Répertoire « shared » sous GNU/Linux
* Montage réseau sous MS Windows et MacOS
* Répertoire « shared » sous GNU/Linux et MacOS
* Montage réseau P:\\ sous MS Windows
## WARNING!!
......@@ -202,8 +202,7 @@
## Ressources et cadres
* Les ressources informatiques ont pour objet la formation et la
recherche
* Les ressources informatiques ont pour objet la formation et la recherche
* Respecter les usages prévus et le travail des autres (scolaire, propriété intellectuelle, ...)
* [Charte générale à l'usage des ressources nuémriques / UCA](https://www.uca.fr/medias/fichier/deliberation-ca-2017-10-27-21-charte-des-usages-numeriques-et-des-administrateurs-techniques-annexe_1509372123880-pdf)
* [Règlment ISIMA](https://ent.uca.fr/moodle/mod/page/view.php?id=263490)
......
......@@ -63,7 +63,7 @@ function start_up(){
local port=$1
echo "Starting up Pelican and HTTP server"
shift
$PELICAN --debug --autoreload -r $INPUTDIR -o $OUTPUTDIR -s $CONFFILE $PELICANOPTS &
$PELICAN --debug --autoreload --listen -r $INPUTDIR -o $OUTPUTDIR -s $CONFFILE $PELICANOPTS &
pelican_pid=$!
echo $pelican_pid > $PELICAN_PID
mkdir -p $OUTPUTDIR && cd $OUTPUTDIR
......
......@@ -57,7 +57,7 @@ SOCIAL = (
(
'users-cog',
'<span style="font-size:13px">CRI ISIMA/LIMOS</span>',
'/slides/cri/cri.html'
'./slides/cri/cri.html'
),
(
'building',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment