Quick start
Note
This way of installation is the simplest. On the other hand, this use is local, which means that nothing is found on the internet and is accessible only on the computer you are using.
There are several solutions to install the project. The easiest for quick use is as follows:
⚙️ Clone
git clone https://github.com/LaurentJouron/Orange_County_Lettings.git
⏩️ Change directory in the project:
cd Orange_County_Lettings
⚙️ Create virtual environment folder
mkdir .venv
Caution
I use pipenv but all commands are functional with pip
⚙️ Install virtual environment
pipenv install
⏩️ Activate environment
pipenv shell
⏩️ Launch local project
python manage.py runserver
Warning
This button is only functional if the project is activated according to the above process. If this is the case click on it, otherwise it leads to an error page.
🔚 Quit
To leave the server and stop any intervention on the website.
ctrl + c