Skip to content

Commit

Permalink
Merge pull request #251 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Enable daemon mode for cgimap
  • Loading branch information
Ruben L. Mendoza authored Dec 6, 2023
2 parents 67a7657 + b504682 commit 75eccfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/web/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ while "$flag" = true; do
# Start lighttpd and cgimap
/usr/local/bin/openstreetmap-cgimap \
--port=8000 \
--daemon \
--instances=30 \
--dbname=$POSTGRES_DB \
--host=$POSTGRES_HOST \
--username=$POSTGRES_USER \
--password=$POSTGRES_PASSWORD \
--logfile log/cgimap.log &
--logfile log/cgimap.log
# Start the delayed jobs queue worker and Start the app
bundle exec rake jobs:work &
apachectl -k start -DFOREGROUND
Expand Down

0 comments on commit 75eccfd

Please sign in to comment.