Chennaipy / website

Chennaipy's website at chennaipy.org
Other
12 stars 27 forks source link

Devserver is not producing proper landing page for the first run #84

Open gnurenga opened 9 years ago

gnurenga commented 9 years ago

Issue:

web

gnurenga commented 9 years ago

Error message

Asciicast for terminal session asciicast

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=$!