-
Notifications
You must be signed in to change notification settings - Fork 5
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
updated readme #7
base: master
Are you sure you want to change the base?
Conversation
README.pt.md
Outdated
user @ server: goworking-tables $ pipenv run flask db init | ||
Loading .env environment variables ... | ||
user @ server: goworking-tables $ pipenv run flask db upgrade | ||
Loading .env environment variables ... | ||
INFO [alembic.runtime.migration] Context impl MySQLImpl. | ||
INFO [alembic.runtime.migration] Will takes over non-transactional DDL. | ||
INFO [alembic.runtime.migration] Running upgrade -> fead50b08d21, empty message | ||
INFO [alembic.runtime.migration] Running upgrade fead50b08d21 -> dc7d560eee94, empty message |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are standard error messages from the shell and shall not be reformatted / translated.
README.pt.md
Outdated
user @ server: goworking-tables $ sudo cp gunicorn-goworking.service / lib / systemd / system / | ||
user @ server: goworking-tables $ sudo systemctl enable gunicorn-goworking.service | ||
user @ server: goworking-tables $ sudo systemctl start gunicorn-goworking.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are standard error messages from the shell and shall not be reformatted / translated.
README.pt.md
Outdated
user @ server: goworking-tables $ sudo cp doc / goworking.conf / etc / nginx / sites-available / | ||
user @ server: goworking-tables $ pushd / etc / nginx / sites-enabled | ||
user @ server: / etc / nginx / sites-enabled $ sudo ln -s ../sites-available/goworking.conf | ||
user @ server: / etc / nginx / sites-enabled $ popd | ||
user @ server: goworking-tables $ sudo nginx -t | ||
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok | ||
nginx: configuration file /etc/nginx/nginx.conf test is successful | ||
user@server:goworking-mesas$ sudo systemctl -l reload nginx.service | ||
user @ server: goworking-tables $ sudo systemctl -l reload nginx.service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are standard error messages from the shell and shall not be reformatted / translated.
Okay, I will do the required changes. |
I have made the changes. @iuriguilherme Could you please review them? |
@iuriguilherme I have translated the readme.pt.md in English along with formatting.Please review it.