Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 12 Next »

Other required tools: Slack, dropbox, outlook, https://is.oregonstate.edu/microsoft, jamf?


Download browsers

  • Chrome
  • Firefox
  • Firefox Dev
  • any others you think you'll want for testing (Opera, etc)


Start with a bit of house cleaning. A lot of good general development settings and tools in this guide, though it won't show you how to set up a drupal environment.

  • Start with "System Preferences" section and the "Homebrew" section.
  • Then the iTerm section and just the zsh section
  • Vim section (may as well)
  • VSCode section, but only grab the javascript, sql, and vs code icons extensions. (we'll get plenty of others later)


Side note – this is a nice cohesive set of themes for your environments, but there's lots of others. https://draculatheme.com/
I use vscode with the niteowl theme. it's very purple and pink


Configure git and install it, if you haven't already installed it. (what is git and how do I use it)


Add Keys to Github

https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account


Install vpn

https://is.oregonstate.edu/vpn


Add K8s and K9s

/wiki/spaces/LTD/pages/54875904 (local)



Docker


Build environment for non-docker projects

https://getgrav.org/blog/macos-monterey-apache-multiple-php-versions

for each version of php, you'll have a php.ini file. set the

memory_limit = 256M or 512M

You may also need to raise the file size upload.

  • upload_max_filesize = 10M
  • post_max_size = 10M






  • No labels