\item To run the server on our machine and make our system as host. Find out the ipaddress of the system \\ \texttt{\$ ifconfig}.
Add the ipaddress address to \texttt{ALLOWED\_HOSTS} in \texttt{config/settings.py} file. You may also need to add '127.0.0.1', 'localhost' to that list.
\item Run the server as \\ \texttt{\$ python manage.py runserver 0.0.0.0:8000}.
\item Enter to the browser the following address \texttt{YOUR\_IP\_ADDRESS:8000/}.
\item Now the setup is done. The UI is self explanatory helps in signing up and logging in.
\end{itemize}
\subsection{Starting the auction}
The auction process with the admin making a request to the server.
\begin{itemize}
\item Login as the super user created earlier using the link
\texttt{YOUR\_IP\_ADDRESS:8000/admin}. Now without logging out open the link \texttt{YOUR\_IP\_ADDRESS:8000/adminstart}\\
Note: The auction process starts as soon as the page loads. So make sure that team managers are ready before hand.
\item Auction process for managers. Login to the portal using the created manager IDs \texttt{YOUR\_IP\_ADDRESS:8000/accounts/login/manager}
\item For convenience open two tabs of browser and open the following urls\\
\texttt{YOUR\_IP\_ADDRESS:8000/auction\_online} and \texttt{YOUR\_IP\_ADDRESS:8000/auction-test}. Note do not log out in between.