codesydney / summation

This app is a tiny Flask application used for GitHub training of new members.
http://summation1.herokuapp.com/
0 stars 1 forks source link

What we have covered in the first session #10

Open supportcs1 opened 7 years ago

supportcs1 commented 7 years ago
  1. We did the five pre-requisite tasks prior to training session.
  1. Check if installation went well:

Issue the following commands via Command Line just to see whether they are recognised. Pretty much a quick sanity check of what have been installed.

Check as well if you can invoke GitHub Desktop

  1. We logged in to Github desktop.

  2. We cloned https://github.com/codesydney/summation to C:/summation

  3. We managed to run the application from the local machine. However, we need to do the following:

    • You may need to rebuild your venv by renaming the old one and issuing ‘python –m venv flask’
    • Activate the venv by running C:\summation\flask\Scripts\activate.bat
    • pip install flask
    • pip install flask-wtf,
  4. Then we access the application via localhost:5000 on the browser

engramar commented 7 years ago

@Jgan91 @linlingpei @patninad @seyedmohideen @Laurencjusz @supportcs1 Hi Guys,

This is just a summary of what we have covered last Saturday. Please feel free to comment or ask for any clarification if ever. Thanks.

Regards, Engramar