diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
