Git Product home page Git Product logo

aclu's Introduction

Code for Hawaii + ACLU

Access to public lands in Hawai`i App

Welcome! Code for Hawaii has partnered with the American Civil Liberties Union of Hawai`i ("ACLU") to create an app. The intent of the proposed app is to use your geo-location to assist understanding of whose land you are on and your civil rights there.

Please start by reading the project proposal.

Questions? Want to help?
Come join us on Wednesday nights at the Code for Hawaii meetups. We meet the first three Wednesdays of the month. (Contact Ryan for Saturday morning hack sessions too).

Quick Links

Development / Getting Started

To provide a consistent development setup, we've made scripts to provision a Linux virtual machine that runs Docker containers. "yo ๐Ÿถ..."

If you don't know what that means, read the sections below. โฌ‡๏ธ

If you do, just make sure you have VirtualBox (v5.0+) and vagrant (v 1.9+), then run vagrant up. ๐Ÿ‘

VirtualBox

VirtualBox is a product from Oracle that runs an entire Operating System (the "guest OS") inside the VirtualBox program on your computer (the "host OS").

โ“ Why on ๐ŸŒŽ would you want that?
A: This allows us to encapsulate the entire development environment in the guest OS without having to modify your host OS. Thus, we can install all the development tools we need without worrying about potentially breaking any configuration on your computer. It also gives us a common OS (Linux) that we know things will work on. ๐Ÿ˜ƒ

Please download VirtualBox here for your host OS and install it.

Vagrant

Vagrant is a HashiCorp product that provides a convenient scripting interface to control VirtualBox and manage Virtual Machines.

โ“ Again, why do you need this?
A: Vagrant allows us to automatically configure the guest OS/VM exactly how we want it in a consistent fashion. This means you won't have to spend time downloading, installing, and configuring the correct versions of development tools (e.g. node, yarn, python, httpie, docker, etc..) to setup your build environment.

Please download Vagrant here for your OS and install it.

Creating the VM

After VirtualBox and Vagrant are installed, run the following command from the root directory of the aclu repo:

vagrant up

...and maybe grab some โ˜• and ๐Ÿฉ -- depending on your internet connection, this may take awhile!

Running a shell in the VM

vagrant ssh

Getting the app up and running

After running vagrant up, you'll want to perform the following:

vagrant ssh
/var/project-aclu/etc/start.sh
/var/project-aclu/backend/etc/seed_fake_park_data.sh

After these commands are run, you should be able to go to http://localhost:50808 and see something.

aclu's People

Contributors

bobzoller avatar bradbaris avatar johnkmzhou avatar lelandlopez avatar mckaydavis avatar rbvea avatar ryankanno avatar

Watchers

 avatar  avatar  avatar

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.