Open gnurenga opened 9 years ago
Asciicast for terminal session
Starting up Pelican and HTTP server
/home/rengaraj/chennaipy-website/develop_server.sh: line 69: cd: /home/rengaraj/chennaipy-website/output: No such file or directory
$PELICAN --debug --autoreload -r $INPUTDIR -o $OUTPUTDIR -s $CONFFILE $PELICANOPTS &
pelican_pid=$!
echo $pelican_pid > $PELICAN_PID
cd $OUTPUTDIR # as per the stdout message this runs before the creation of output directory
$PY -m pelican.server $port &
srv_pid=$!
Issue:
Steps to reproduce the issue