Skip to content

Anu-123-gif/API-for-a-quiz-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edfox1

Fork , clone and setup project in your local computer

Open a new terminal and type the command: ssh [email protected]

Required Key Pair for this instance is available at AWS account Key pairs.

After connecting to AWS through terminal type the commands: ls
output: edfox1 env

source env/bin/activate cd edfox1

git remote -v output: https://github.com/Anu-123-gif/edfox1 You can change the remote repository and set it to your own

git pull (To get any changes made on the repository onto the AWS instance)

cd django_school

gunicorn --bind 0.0.0.0:8000 django_school.wsgi:application This will activate the instance which will now be accessible through link:
http://ec2-3-14-81-136.us-east-2.compute.amazonaws.com:8000/

Cheers!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published