HTBox / allReady

This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
http://www.htbox.org/projects/allready
MIT License
891 stars 627 forks source link

Issue 2324 setup script #2325

Closed jimholmes closed 2 years ago

jimholmes commented 6 years ago

Initial version of a Powershell setup script to handle some of the allReady prerequisite setup:

  1. Installs Chocolatey
  2. Installs and does initial config of Git (name, mail, long path)
  3. Installs NodeJS LTS
  4. Gives user option of configuring proxies for system and NPM
  5. Installs Gulp and Bower
  6. Reminds user they need VS 2017 or higher
  7. Installs .NET Core
dchristensen commented 6 years ago

I think this is a great tool for getting new contributors started. A couple suggestions:

oneolddev commented 5 years ago

@jimholmes - I like what you started here and agree with some of the feedback from @dchristensen. Are you planning to work on this further?

jimholmes commented 5 years ago

Sorry, I lost track of this last year. I'll work to get the suggestions incorporated. Apologies for going dark on it. Thank you for the poke!

oneolddev commented 5 years ago

@jimholmes No need for apologies. My motives are selfish. I manually rebuilt the development environment for AllReady in a VM multiple times in order to diagnose some build issues. Your script would definitely simplify things and act as informal documentation.