<div dir="ltr">Hi Jan,<div><br></div><div>I finally went through this documentation. Several notes do I have:</div><div><br></div><div>1 - Could you please add it to your repository to docs/ directory in RST format ?</div><div>2 - You are using some scripts and pre-configured configuration file (like the one for the apache2 server) - could you add chapter "configuring apache2 wsgi for PyWPS" so that advanced server administrators could just copy&paste the configuration from your example to their server and could go on? I doubt, they will start with new server configuration - it's totally handy to have it in place, but the documentation should be more verbose</div><div>3 - Same applies to the database user - I doubt, you will need to create new user on operating system level - it should be sufficient, if you create the user in database and in pg_hba.conf you enable connection to the database using password and login</div><div>4 - you can use $USER environment variable instead of "user" keyword in chmod</div><div>5 - you can set group and user in once step: chown www-data:www-data -R /dir/</div><div>6 - instead of calling "nano" directly, you can use $EDITOR environment variable - it's more generic, will work and will work for everybody </div><div><br></div><div>I hope, it's clear - good work with the documentation,  this should just help to make it better</div><div><br></div><div>Jachym</div></div><br><div class="gmail_quote"><div dir="ltr">pá 24. 6. 2016 v 0:25 odesílatel Jan Rudolf <<a href="mailto:rudolja1@fit.cvut.cz">rudolja1@fit.cvut.cz</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<div style="margin:0;padding:0;font-family:monospace">Hello,<br> <br>I tried to describe, how to install my forked PyWPS on Ubuntu with Apache and PostgreSQL. It's here <a href="http://gsoc-2016.jan-rudolf.cz/ubuntu-deployment" target="_blank">http://gsoc-2016.jan-rudolf.cz/ubuntu-deployment</a>, please try it and let me known any ideas. I will change description according to my development on the project. I know, that there is a space for enhancement (for example last steps with database tables, some files position...), I will work on it.</div>
<div style="margin:0;padding:0;font-family:monospace"> </div>
<div style="margin:0;padding:0;font-family:monospace">Cheers, Jan</div>
</div>
_______________________________________________<br>
pywps-dev mailing list<br>
<a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a></blockquote></div>