Conversation
I was about to write the texts pending in this document, but I decided to ask first what kind of content and context I should be adding to it. #### Checkout project TODO #### Recommended development environment TODO ### Start the development server TODO ### Build TODO ### Test the build TODO
| The technology is based on: | ||
| 1. Unix-Like Operating System, Debian and Ubuntu are most used, https://www.debian.org/index.pt.html and https://ubuntu.com/; | ||
| 2. NGINX as proxy server, https://docs.nginx.com/; | ||
| 3. NaviServer as webserver, https://naviserver.sourceforge.io/; | ||
| 4. PostgreSQL as database manager system and PSQL as SQL language script. https://www.postgresql.org/docs/ and https://www.postgresql.org/docs/9.2/app-psql.html; | ||
| 5. Python3 and TCL-TK as programing languages, https://www.python.org/doc/ and http://tcl.tk/man/tcl8.6/contents.htm; |
There was a problem hiding this comment.
Don't need to include ; at the end of each line. You can check out how it looks in your branch once you push it by going here: https://github.com/F4IF/ctree-backend/tree/iuri-patch-1. I think you could also improve this by converting links to markup instead of giving the full URL at the end:
1. Unix-Like Operating System, [Debian](https://www.debian.org/index.pt.html) and [Ubuntu](https://ubuntu.com/) are most used
| 1. Unix-Like Operating System, Debian and Ubuntu are most used, https://www.debian.org/index.pt.html and https://ubuntu.com/; | ||
| 2. NGINX as proxy server, https://docs.nginx.com/; | ||
| 3. NaviServer as webserver, https://naviserver.sourceforge.io/; | ||
| 4. PostgreSQL as database manager system and PSQL as SQL language script. https://www.postgresql.org/docs/ and https://www.postgresql.org/docs/9.2/app-psql.html; | ||
| 5. Python3 and TCL-TK as programing languages, https://www.python.org/doc/ and http://tcl.tk/man/tcl8.6/contents.htm; |
There was a problem hiding this comment.
Do all of these need to be setup in advance of setting up the project? The goal for everything under Setup is to help new people get started on the project, so it helps to break it down for them, or direct them to where they can get a list of steps to get things set up. You might want to check out the Prerequisites section from the ctree-demo project.
I was about to write the texts pending in this document, but I decided to ask first what kind of content and context I should be adding to it.
Checkout project
TODO
Recommended development environment
TODO
Start the development server
TODO
Build
TODO
Test the build
TODO