Skip to content

vidhan13j07/HoverSpace

 
 

Repository files navigation

HoverSpace

Configuration Instructions

  1. Fork the repository and clone it locally

  2. Install pip

  3. Install virtualenv

  4. Install docker

  5. Pull MongoDB using docker pull mongod.

  6. Create mongo instance using docker run --name mongo -p 27017:27017 -d mongo

  7. Create virtual environment using virtualenv env and then activate it using source env/bin/activate

  8. Install dependencies using pip install -r requirements.txt

  9. deactivate virtual environment by using deactivate

  10. Create a file named .env and write
    source env/bin/activate
    export APP_SETTINGS="config.DevelopmentConfig"

  11. Build your corresponding .bashrc or .zshrc file using
    source ~/.zshrc if using zsh
    or
    source ~/.bashrc if using bash

    Now everytime you cd into this folder automatically the settings will be applied

  12. Reactivate your virtualenv using source env/bin/activate

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.0%
  • HTML 26.5%
  • CSS 16.6%
  • JavaScript 3.9%