You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run asset server, start in the root directory of the repository.
Run command pm2 start (if there's an error, see the README for setup instructions)
Check nginx/webroot/logfile.txt for status of the asset server. The server prints out sleeping after it has completed a cycle of checking the repo for updated files.
After a successful run, the directories folio and search-idx should be located in nginx/webroot/, and list-dev and list should be located in scripts/content_import/TEMP
To stop the server, run command pm2 stop all
The text was updated successfully, but these errors were encountered:
To run asset server, start in the root directory of the repository.
pm2 start
(if there's an error, see the README for setup instructions)nginx/webroot/logfile.txt
for status of the asset server. The server prints outsleeping
after it has completed a cycle of checking the repo for updated files.After a successful run, the directories
folio
andsearch-idx
should be located innginx/webroot/
, andlist-dev
andlist
should be located inscripts/content_import/TEMP
To stop the server, run command
pm2 stop all
The text was updated successfully, but these errors were encountered: