Skip to content

gregaubert/sonarcloud-bitbucket-connect-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sonarcloud-bitbucket-connect-test

How to install the test app on bitbucket cloud ?

Prerequisite

Start the web app (ubuntu)

  1. In terminal:
python -m SimpleHTTPServer 8000
  1. In other terminal:
ngrok http 8000
  1. Copy the https link from ngrok
  2. Replace all previous ngrog url with the new one:
sed -i 's/<old url>/<new url>/g' *
  1. Browse your ngrok url /connect-app/connect.html

Kill SimpleHTTPServer

  1. In terminal:
kill -9 `ps -ef |grep SimpleHTTPServer |grep 8000 |awk '{print $2}'`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages