Skip to content
New issue

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

add database.json file on config folder #47

Open
CloudBreadPaPa opened this issue Nov 7, 2016 · 1 comment
Open

add database.json file on config folder #47

CloudBreadPaPa opened this issue Nov 7, 2016 · 1 comment

Comments

@CloudBreadPaPa
Copy link
Member

In CloudBread-Admin-Web project v2.5,
database.json is used by Sequelize ORM - https://github.com/sequelize/sequelize
Adding database.json file with MSSQL - Azure SQL Database empty connection properties.

CloudBreadPaPa added a commit that referenced this issue Nov 7, 2016
Resolve Issue #47 - add database.json file on config folder
@Zerglrisk
Copy link

Zerglrisk commented May 28, 2017

웹 관련해서 추가가 안되고 host not found 떠서 이 글로 해보려고 합니다.

보면 [URL for remote repository] 이거 자체가 Local Git Deoploy 해야 하는것 아닌가요? 근데 왜 연속배포인 계정 인증받고 Fork한 것으로 하는거죠?
게다가 master branch하고 2.5버전은 이미 이전에 branch한게 있는데...
https://docs.microsoft.com/en-us/azure/app-service-web/app-service-deploy-local-git

예전에 답변 드린 내용에이요 참고해 보세요.
azure에서 기존 web app을 지우고 다시 이렇게 해 보시길 바랍니다.
web app에 git을 연속배포로 구성하시구요.
다운로드는 "master" branch를 받으세요.
2.5 버전입니다.
CB2.5 demo test server : http://cb25-test2.azurewebsites.net
use git to install your azure web app

  1. download repo as zip file
  2. update "conifg\database.json" SQL Database connection info
  3. deploy git method
    in the root folder.
    git init
    git add .
    git commit -m "first"
    git remote add azure [URL for remote repository]
    git push azure master
    connection web app and will see Admin login screen
    default id / pwd : admin1 / AdminMemberPWD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants