한양대학교 ERICA 오픈소스 소프트웨어 개발 Hola 팀
2019077183 이혜선 Project Manager, Backend-engineer
2018042660 노지영 Backend-engineer
2019044802 윤진난 Frontend-engineer
2018042533 고유미 Frontend-engineer
2017016044 유지건 Frontend-engineer
Required | Description |
---|---|
Ubuntu | 18.04 LTS |
Python | 3.6.8 or above |
Django | 2.2.7 or above |
https://github.com/HyeseonLee/OSS_Hola.git
$ sudo apt install python3
$ sudo apt-get install python3-pip
$ sudo pip3 install virtualenvwrapper
$ virtualenv venv
$ source venv/bin/activate
If all went well then your command line prompt should now start with (venv).
(venv)$ pip3 install django
(venv)$ cd django-project
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver
This will start the webserver on http://127.0.0.1:8000/
https://github.com/HyeseonLee/OSS_Hola/wiki/%EB%AC%B8%EC%84%9C%ED%99%94
contact : hyesun1999@gmail.com