Skip to content

Test task for BFG companies. Web application to search for Stack Exchange

Notifications You must be signed in to change notification settings

EugeneKalentev/bfg-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test task for BFG Group

Web application to search for Stack Overflow

  1. Set an environment variable
  • export VENV=~/bfg_test/env
  1. Create a virtual environment
  • python3 -m venv $VENV
  1. Update packaging tools in the virtual environment
  • $VENV/bin/pip install --upgrade pip setuptools
  1. Install Pyramid
  • $VENV/bin/pip install "pyramid==1.10.2" waitress
  1. Change folder
  • cd app
  1. Install
  • $VENV/bin/pip install -e .
  • $VENV/bin/pip install -e ".[dev]"
  1. Run this console script, thus producing our database and table
  • $VENV/bin/initialize_tutorial_db development.ini
  1. Run the WSGI application with
  • $VENV/bin/pserve development.ini --reload

About

Test task for BFG companies. Web application to search for Stack Exchange

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages