Skip to content

CDM-Robotics/website

Repository files navigation

Triton-Tech

A static website for CDM's Robotics Team.

How To Edit (assumes you've been invited to the 'CDM-Robotics' Github organization)

  1. Go to the main page of this repository (https://github.com/CDM-Robotics/website')

  2. Fork this repository (top-right) to your Github account

  3. On your fork of this repo, go to the green 'Clone or Download' button and copy the link

  4. Go to Terminal in Mac or Command Prompt in Windows and change to your desired directory / folder

    • A directory is a folder, like 'Documents' or 'Summer Pics 2008'
    • For help, look up 'ls' and 'cd' commands
    • Your current directory is to the left of your type cursor in the command line
  5. Type in your command line 'git clone [what you copied in step 3]', this will copy that repository to the folder you selected in step 4

  6. Make desired changes to HTML/CSS/JS files

  7. Move forward one directory, to the folder created when you copied the repository (if you haven't closed the command line, just type 'cd [name of repository]')

  8. Type 'git commit -am "[message about what you changed]"

  9. Type 'git push origin master'

Option 1: Use Heroku

  1. The CDM-Robotics/website repo is linked to Heroku, but Automatic Deploy is not currently enabled.

  2. Log into the Heroku account, Go to the Deploy page, 'Manual Deploy' and click 'Deploy Branch''

Option 2: Use Git

  1. Type 'git remote -v', you should see 'origin' and 'upstream'

  2. This shows the names and urls of the online repositories your folder is linked to

  3. Type "git remote add heroku 'https://git.heroku.com/serene-refuge-70621.git'"

  4. This adds a remote repository called 'heroku'

  5. Heroku.com is the platform that hosts the Triton Tech webpage

  6. Type 'git push heroku master', then submit your information for your Heroku account

  7. This pushes the changes to the Github repository connected to the website, and consequently changes the website


Go to www.tritontech6072.com to see your changes!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •