We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
백엔드 통신을 위한 서버를 제 azure 서버에 구축하고 있습니다. domain은 굳이 안 받고 ip 그대로 통신하고자 합니다.
The text was updated successfully, but these errors were encountered:
[INFO]
master
http://52.141.3.238:80
[TODO]
cc. @dreamsh19 @jangdonghae @rxwe
Sorry, something went wrong.
For Linux (ubuntu 18.04) install MySQL
$ virtualenv --python=python3 backend $ source backend/bin/activate $ cd swpp2019-team6/backend $ pip install -r requirements.txt $ sudo apt-get install libmysqlclient-dev $ sudo apt-get install python3-dev $ pip install mysqlclient
For Linux (ubuntu 18.04) run backend
(backend) $ python manage.py migrate --settings=triplannet.settings.deploy (backend) $ python manage.py runserver --settings=triplannet.settings.deploy
/usr/bin/ld: cannot find -lssl /usr/bin/ld: cannot find -lcrypto 와 같은 에러가 뜨시는 경우
$ sudo apt-get install libssl-dev 로 해결하시면 됩니다
deploy-soon
No branches or pull requests
백엔드 통신을 위한 서버를 제 azure 서버에 구축하고 있습니다.
domain은 굳이 안 받고 ip 그대로 통신하고자 합니다.
checklist
The text was updated successfully, but these errors were encountered: