Skip to content

BleauTech/Website

Repository files navigation

BleauTech Official Website (Python/Django Based)


How to run this project local on your machine

First Method(create virtual enviroment) - Reccommended

  • you need to have python installed on your machine
    1. download python from here
    2. follow the instuctions in the site to have it installed

  • create virtual env
    1. open command prompt
    2. run the command pip install virtualenv
    3. change directory(cd) to the folder you want to create a virtual env in
    4. run the command virtualenv .
    5. activate the virtual enviroment by running the command scripts/activate>

  • run pip install django

  • run pip install pillow

  • use git to clone this repo in that same folder

  • open the cloned repo and run the comand python manage.py runserver

  • fire up your browser and run local host!!!

Second Method (No virtual enviroment) - not recommended

  • you need to have python installed on your machine
    1. download python from here
    2. follow the instuctions in the site to have it installed

  • run pip install django

  • run pip install pillow

  • use git to clone this repo
  • navigate to the cloned repo (on command line) and run the command python manage.py runserver

  • fire up your browser and run local host!!!

Deployment

A test version of the website is currently live on Heroku

Click here to check it out

About

Our Official Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors