文件名称:whatsdeployed:从Github存储库在各种服务器环境中部署了什么?
文件大小:964KB
文件格式:ZIP
更新时间:2024-05-18 17:45:47
JavaScript
部署了什么? 从GitHub存储库在各种服务器环境中部署了什么? 这要求您有2个或多个URL,这些URL返回一个git sha,该git sha引用已部署的git sha。 屏幕截图 主桌 “罪犯” 执照 学分 。 发展 开发需要Python 3.6或更高版本作为后盾,而JS则作为前端。 要安装依赖项: pip install -r dev-requirements.txt yarn install 要运行该应用程序,请首先启动后端(注意,您至少需要Python 3.6): DEBUG=1 SQLALCHEMY_DATABASE_URI='postgres:///whatsdeployed' ./app.py 然后在单独的终端中,启动前端: yarn start 这将自动打开浏览器到 为了避免达到GitHub API的速率限制,您可以转到并生成一个令牌(没有任何作用域)。 如
【文件预览】:
whatsdeployed-master
----.gitignore(227B)
----Dockerfile(1KB)
----package.json(1KB)
----.therapist.yml(499B)
----requirements.txt(4KB)
----src()
--------LongUrlRedirect.js(2KB)
--------Common.js(593B)
--------SetupPage.js(7KB)
--------AutoProgressBar.js(2KB)
--------index.js(222B)
--------Routes.js(870B)
--------App.js(1KB)
--------serviceWorker.js(5KB)
--------shortUrls.js(2KB)
--------DeployPage.js(21KB)
--------App.css(2KB)
--------App.test.js(248B)
----.dockerignore(124B)
----bin()
--------ship-release.py(4KB)
--------update_version.js(684B)
--------insert_version.js(697B)
--------build.sh(376B)
--------download-latest-release.py(2KB)
----LICENSE(16KB)
----public()
--------favicon-32x32.png(3KB)
--------favicon-16x16.png(1KB)
--------android-chrome-192x192.png(28KB)
--------browserconfig.xml(238B)
--------apple-touch-icon.png(25KB)
--------static()
--------android-chrome-512x512.png(76KB)
--------index.html(1KB)
--------favicon.ico(15KB)
--------manifest.json(309B)
--------safari-pinned-tab.svg(1KB)
--------mstile-150x150.png(16KB)
----setup.cfg(30B)
----.github()
--------workflows()
--------dependabot.yml(643B)
----README.md(2KB)
----screenshot.png(464KB)
----culprits.png(134KB)
----Procfile(145B)
----app.py(15KB)
----dev-requirements.txt(609B)
----requirements-constraints.txt(17KB)
----.editorconfig(305B)
----.prettierrc(29B)
----yarn.lock(504KB)