Skip to content

Faster, better, loaded with new features

Notifications You must be signed in to change notification settings

rahul2409/PGCorpV-2.0

 
 

Repository files navigation

PGCorpV-2.0

Faster, better, loaded with new features.
More details to be added later.
Something fascinating is coming.

The Following instructions will get the website running on your local machine

  1. Install python on your machine from the website https://www.python.org/downloads/
  2. Use Pip(python's package manager) to install virtualenv.
  3. Open the command prompt and type in the following command
pip install virtualenv
  1. Once virtualenv is installed, navigate to you preferred directory using command prompt and type the following command to create a new virual environment
virtualenv env
  1. Once the virtual environment is installed, type the following command.
env\Scripts\activate

A virtual environment will be activated.
6. Now download the zip, extract it, navigate to it using the command prompt and run.

pip install -r requirements.txt

This will install all the required packages.
7. Now type the following command.

python manage.py runserver

A development server will start.
8. To view the website, go to http://127.0.0.1:8000 using your choice of browser.

About

Faster, better, loaded with new features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.7%
  • Python 36.8%
  • CSS 15.5%
  • JavaScript 2.0%