From 827a3d5c8e6d9bfc290ef06f87df9514e248399f Mon Sep 17 00:00:00 2001 From: John Washam Date: Sat, 22 Apr 2017 12:29:42 -0700 Subject: [PATCH] Added contributor info. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8fcbf21..7b50fd9e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,9 @@ Thanks [@eyedol](https://github.com/eyedol) ## How to run it on local host (Quick Guide) -1. Install dependecies +*Provided by [@devyash](https://github.com/devyash) - devyashsanghai@gmail.com Reach out to this contributor if you have trouble.* + +1. Install dependencies: 1. Install [Python ](https://www.python.org/download/releases/2.7/) 2. Add python as environment variable [windows](http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7) 3. To install pip, securely download [get-pip.py](https://bootstrap.pypa.io/get-pip.py) @@ -100,11 +102,11 @@ Thanks [@eyedol](https://github.com/eyedol) 4. Login using id:USERNAME='admin', PASSWORD='default. Open localhost:5000/initdb -Everytime you wish to run your db just open folder in terminal and run ```python flash_cards.py``` +Every time you wish to run your db just open folder in terminal and run ```python flash_cards.py``` ## How to run with Docker -*Provided by [@Tinpee](https://github.com/tinpee) - tinpee.dev@gmail.com* +*Provided by [@Tinpee](https://github.com/tinpee) - tinpee.dev@gmail.com Reach out to this contributor if you have trouble.* __Make sure you already installed [docker](https://www.docker.com)__ @@ -123,6 +125,8 @@ Example: `/home/tinpee/cs-flash-cards/db`, and `cards.db` is inside this folder. For convenience, if you don't have `cards.db`, this container will auto copy a new one from `cards-empty.db`. +--- + ### How to backup data ? We just need store `cards.db` file, and don't need any sql command. - If you run container with `-v :/src/db` just go to `folder_db` and store `cards.db` anywhere you want.