You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-12Lines changed: 29 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,41 @@ code as well as a vagrant box development environment for you to use.
5
5
6
6
7
7
8
+
9
+
8
10
## High Level Instructions
9
11
1. Fork this repository on github to track the changes you make
10
-
2. Set up [vagrant](https://github.com/ADSA-UIUC/Resources/blob/develop/dev-environment/vagrant/setup.md) (Link may be broken)
12
+
2. Set up vagrant ([for Mac](https://github.com/ADSA-UIUC/Resources/blob/master/dev-environment/vagrant/mac-setup.md), [for Windows](https://github.com/ADSA-UIUC/Resources/blob/master/dev-environment/vagrant/windows-setup.md))
11
13
3. Gather data from any source on the web (Be careful of rate limits!)
12
14
4. Store that data into the MySQL database installed on the vagrant box
13
15
5. Push the code back to github!
14
16
15
-
## Step descriptions
16
-
1. Download and install [git](https://git-scm.com/downloads)
17
-
-[Follow the instructions to fork the repo](https://help.github.com/articles/fork-a-repo/)
18
-
- Next, clone the repository from your command line via ``` git clone [url] ```
19
-
2. Follow linked instructions from the "Resources" repository to use vagrant
20
-
3. Take a look through the python examples. They include using a json api, using beautiful soup
21
-
4. Read through the example ews.py store() function to get an idea of how to use MySQL
0 commit comments