GithubHelp home page GithubHelp logo

codeup-setup-script's Introduction

Codeup Setup Script

Setup script for Codeup students' laptops to install the all the tools we will need for the java course. We will install the following:

  • xcode: command line tools for macs
  • brew: package manager for macs
  • java
  • tomcat: the java webserver
  • maven: a java dependency and build management tool
  • mysql: the database we'll use for the class
  • node js: a JavaScript runtime outside of the browser
  • npm: a package manager for JavaScript

In addition, we will:

  • setup ssh keys for the student's laptop and guide them through the process of linking their ssh key to their Github account.
  • Setup a global gitignore file and set the default commit editor to nano (only if these are not already set)

For Students

Copy and paste the following in your terminal:

bash -c "$(curl -sS https://raw.githubusercontent.com/zgulde/codeup-setup-script/master/install.sh)"

Note for Instructors

If students already have and id_rsa ssh key generated the script will not try to generate a new ones, and you will need to walk them through the process of adding their existing key to Github.

The following should do the trick if they already have a ssh key pair, but it's not wired up to Github.

pbcopy < ~/.ssh/id_rsa.pub
open https://github.com/settings/ssh

codeup-setup-script's People

Contributors

zgulde avatar

Stargazers

 avatar

Watchers

 avatar  avatar

codeup-setup-script's Issues

Configure the default editor for git

So that students don't get stuck in vim.

If everyone did the pre-work they should all have sublime installed, so we could do

subl -n -w

if the subl command is wired up properly (symlink to the executable buried in /Applications) (maybe the script could do this to?)

alternatively, we could use nano or textedit.

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.