From 560236cb66edbdf6879f01b3a84a8c1721601357 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 7 Nov 2025 07:14:48 +0800 Subject: Update readme. --- README.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 1067427..ff8c156 100644 --- a/README.txt +++ b/README.txt @@ -8,9 +8,11 @@ to deploy Atlas to an OpenBSD server using httpd. 3. Set the POLYGON_API_KEY environment variable. 4. Change ownership of /var/www/run temporarily (to create etlas.sock): # chown -R www:www /var/www/run + 5. Change directory: $ cd /var/www/etlas 5. Start FastCGI server: $ doas -u www nohup python3 server.fcgi & 6. Restore ownership of /var/www/run: # chown -R root:daemon /var/www/run + # chown www:www /var/www/run/etlas.sock 7. Configure httpd (see scripts/httpd.conf for a template). 8. Create API user: # mkdir /var/www/htdocs/etlas -- cgit v1.2.3