Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 750 Bytes

README.org

File metadata and controls

27 lines (19 loc) · 750 Bytes

¿Por qué?

Running a Local HTML Server via Python

python -m http.server

In your web browser navigate to:

http://localhost:8000/

Find the proper directory.

For more information see: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server

Pushing Changes to the Website

  1. Push the changes up into the gitub repo first.
  2. Log into CPANEL: https://a2plcpnl0069.prod.iad2.secureserver.net:2083/logout/?locale=en
  3. Navigate to:

    ./imgs/git_version_control_logo.png

  4. Click “Manage” for “porque.life”
  5. Navigate to “Pull or Deploy”
  6. Click “Update from Remote”
  7. Once the HEAD commit message changes to the most recent commit, click “Deploy HEAD Commint”