You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

These are the instructions for publishing the latest tssg.tech content changes to the web site.

Web Site Instances

When a user navigates their web browser to tssg.tech, the domain is web forwarded to http://technologynursery.org/tssgTech.

There are three such sites being served.

  • tssgTech - The main web site.
  • tssgTechMVP - A development/test staging area that is updated with the latest code from the git source repository every 5 minutes by a cron job.
  • tssgTechPoc - An old Proof of Concept site (last updated April 16, 2018).

Step-by-step guide to update the tssg.tech content

Pre-requisite: Ensure you have access to server ubuntu-Studio-14 (i.e. s14) in Navarro Computing's subnet.

  1. Connect to the s14 server.

    ssh technologynursery.org
  2. Navigate to the tssgTech local git repo.

    cd /home/ralph/Projects/TSSG/tssgTech
  3. Get the latest source changes from the remote git repo to the local git repo on the server.

    git pull
  4. Copy the latest source changes from the local git repo on the server to the tssgTech content folder in the nc-nginx container.

    cd ..
    docker cp tssgTech nc-nginx:/usr/share/nginx/html/

 



  • No labels