Skip to content

GuyAfik/ContainerApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ContainerApi

Docker version 20.10.7, build f0df350

docker-compose version 1.29.2

Installation guide:

  1. clone this repo
  2. install docker on the machine that this server will be running on.
  3. build a python virtual enviroment
  4. activate virtual enviroment using 'source venv/bin/activate'
  5. pip install -r requirements.txt
  6. make sure when running it that the intrepeter is pointed correctly and you have all of the dependencies installed.
  7. the file that should be run is core/run_app.py - if you try to use 'python run_app.py' - you will get module not found error because of some relative import issue. so the best way is to run it through the pycharm with a correct interperter that points out to the virtual enviroment interpreter that you created.
  8. the functions are pretty documented so if there is something you don't understand let me know
  9. there is a configuration file that is based on docker-compose. its important to keep it in its path and not to change it. feel free to change the file it self but not the its path.
  10. feel free to ask me any question.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages