Posts by Atmos Maciel • 118 points
4 posts
-
0
votes1
answer109
viewsA: I cannot create a remote repository and I cannot pass the files from the local p/ remote
Boy, I think that print you sent me is pretty clear. The repository you are trying to upload your changes to no longer exists, or has been renamed, or you are no longer allowed to perform pushs…
-
6
votes1
answer1427
viewsA: PHP MVC folder structure
Mano basically, for a project structure that follows the MVC Standard, you could have basically 3 directories: Model, View and Controller. Each folder must contain the responsibility files to which…
-
2
votes2
answers117
viewsA: How to install the express in Ubuntu via npm?
It looks like you are trying to install the package within a Node project and not globally in the OS. To do this you can use the following command: npm install -g express@latest If there is a…
-
2
votes2
answers54
viewsQ: How to start waitress-server in Background?
I am trying to start the waitress-serve server in a Flask application. For this I use: waitress-serve --call --listen=0.0.0.0:5000 app:create_app However when the server starts it hangs the console…
python-3.xasked Atmos Maciel 118