Giter Site home page Giter Site logo

Comments (7)

ShMcK avatar ShMcK commented on June 18, 2024 1

Interesting, thanks for the tutorial feedback. I'll ping @moT01 for awareness.

from coderoad-vscode.

jillawar avatar jillawar commented on June 18, 2024

i closed this has the issue is resolved..
What I did was to restart the same project using URL. and when I started the lessons, it logged in.

from coderoad-vscode.

jillawar avatar jillawar commented on June 18, 2024

Thank you, Sir.

from coderoad-vscode.

jillawar avatar jillawar commented on June 18, 2024

sir, I'd like to reopen the issue..
Cause it appears I can't continue from where I left but have to start over again OR complete the course in one go..
Plesae look into the issue.
Thank you.

from coderoad-vscode.

jillawar avatar jillawar commented on June 18, 2024

Hello Sir,
It appears if we enter the below code (which i found in the course URL), then we need not restart the course, we can continue from where we left by using the starting code : psql --username=freecodecamp dbname=
The code is :
sudo touch ~/pg.log
sudo chmod 777 ~/pg.log
sudo touch ~/queryResults.log
sudo chmod 777 ~/queryResults.log
sudo cp ~/project/.freeCodeCamp/pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
sudo cp ~/project/.freeCodeCamp/postgresql.conf /etc/postgresql/12/main/postgresql.conf
sudo cp ~/project/.freeCodeCamp/.bashrc ~
sudo cp ~/project/.freeCodeCamp/.psqlrc ~
sudo chown -R postgres:postgres /var/lib/postgresql/12/main
sudo service postgresql stop
cd .freeCodeCamp && npm install
sudo service postgresql start
.........
This was amazing to find out, I'm not sure if I can close this issue. Thank you.

from coderoad-vscode.

moT01 avatar moT01 commented on June 18, 2024

Thanks for reporting this @jillawar. If you are having problems with a tutorial, I recommend checking this thread on the freeCodeCamp forum to see if there's an answer there. If you don't see one, you can post a message there and someone may be able to help. If it turns out to be a bug with the tutorial, you (or someone) can then create an issue on the freeCodeCamp repo.

This actually may be something that can be fixed on the CodeRoad end @ShMcK. These are the startup commands. When closing and trying to continue a tutorial, they don't get run. Pretty sure they used to in an earlier version of CodeRoad. For most things, that's not a problem - the files/config still seem to be there from the initial load. A quick test shows that the only one here that is an issue (I believe) is the sudo service postgresql start command. When VSCode gets closed, the service is stopped. One thing I did on another tutorial, that I may do on all of them, is move some of the startup commands to the reset commands area and run that on startup. Then, a user can hit the reset button to restart the service (and setup whatever other config) and continue.

Do you mind closing this issue again @jillawar? I will create a new one that is more focused if needed, or perhaps there's a way I can fix this within the tutorial. Thanks. Oh, and nice job figuring out how to continue 👍

from coderoad-vscode.

jillawar avatar jillawar commented on June 18, 2024

I've closed it.. Yes thank you

from coderoad-vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.