- Install python 3.5 on the computer and set it as the default python3.
Install and set up git account (optional: set up public and private key with git) - mkdir <folder_name>
- cd <folder_name>
- python3 -m venv myvirtualenv (create virtual env within the <folder_name>)
- source myvirtualenv/bin/activate (activate the virtual env)
- git clone [email protected]:herobaby71/buddymap.git (clone this directory)
- cd buddymap
- pip install -r requirements.txt (install all required packages for python)
- go to: https://www.digitalocean.com/community/tutorials/how-to-use-postgresql-with-your-django-application-on-ubuntu-14-04
- follow the stepsand set up the postgresql with:
databasename(myproject): buddymap
username(myprojectuser): buddymap
password:123 - python manage.py makemigrations (make sure currently inside the buddyap repo)
- python manage.py migrate
- python manage.py createsuperuser (email and password of your own choice)
- python manage.py runserver
- in web browser go to:
http://localhost:8000/
http://localhost:8000/admin
login using the superuser account you just created - if all steps are successful gj
-
Notifications
You must be signed in to change notification settings - Fork 1
herobaby71/buddymap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published