File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55** Master difficult concepts via spaced repetition using flashcards**
66
7- #Getting Started
8- ###Dependencies
7+ # Getting Started
8+ ### Dependencies
99
1010To run a copy of this project locally you will require:
1111+ Python 3.6+
1212+ Postgresql(Optional)
1313+ Docker(Optional)
1414+ Redis server(Optional)
1515
16- ###Installation
16+ ### Installation
1717
1818You can run a local version of flashlearn by cloning this repo
1919and following these instructions
@@ -33,7 +33,7 @@ To run the server directly type
3333 flask run --host=0.0.0.0
3434
3535
36- ####Setting up Postgresql
36+ #### Setting up Postgresql
3737First ensure the latest version of postgresql is installed, If pip installation
3838fails but you dont need postgres feel free to remove ** psycopg2** from the list and try the installation again.
3939To setup psql proceed as follows:
@@ -45,13 +45,13 @@ To setup psql proceed as follows:
4545Ignore this step to use sqlite3
4646
4747
48- ####Setting up Redis cache
48+ #### Setting up Redis cache
4949Ensure you have redis server installed in your system.
5050Enable Redis cache from BaseConfig class file in /instance/config.py by
5151changing the value of ** USE_REDIS_CACHE** from False to True
5252
5353
54- ####Running on Docker
54+ #### Running on Docker
5555First ensure docker and docker-compose are installed in your machine, then run:
5656
5757 + Copy paste the contents of .env.dev into a new file named.env.prod
You can’t perform that action at this time.
0 commit comments