Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Described Technologies involved in the project. #2

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

iuri
Copy link
Contributor

@iuri iuri commented Sep 4, 2020

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

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
Comment on lines +48 to +53
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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Comment on lines +188 to +192
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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants