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

Mergebranch #19

Open
wants to merge 5 commits into
base: dependabot/maven/junit-junit-4.13.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# example

Example Maven project generated using `maven-archetype-quickstart`
Example of Maven project generated using `maven-archetype-quickstart`

[https://jitpack.io/#jitpack/maven-simple](https://jitpack.io/#jitpack/maven-simple)

Expand Down
7 changes: 7 additions & 0 deletions kuber.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kubectl run dedora --image=fedora

kubectl get deployments
kubectl delete deployment fedora
kubectl run fedora --image=fedora -- /usr/bin/sleep 3600
kubectl get deployments

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.jitpack</groupId>
<artifactId>maven-simple</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Simple Maven example</name>
Expand Down
26 changes: 26 additions & 0 deletions sonar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
$ mysql -u root -p

Run following commands to create user

CREATE DATABASE sonar CHARACTER SET utf8 COLLATE utf8_general_ci; done

CREATE USER 'sonar' IDENTIFIED BY 'sonar'; done

GRANT ALL ON sonar.* TO sonar@localhost; done
GRANT ALL ON sonar.* TO sonar@'%'; done
select * from user where user='sonar'\G; done
SELECT * FROM DB WHERE user='sonar'\G;

GRANT ALL ON sonar.* TO 'sonar'@'%' IDENTIFIED BY 'sonar';
GRANT ALL ON sonar.* TO 'sonar'@'localhost' IDENTIFIED BY 'sonar';
FLUSH PRIVILEGES;


sudo cp bin/linux-x86-64/sonar.sh /etc/init.d/sonar

SONAR_HOME=/opt/sonar
Platform=

sudo update.rc.d -f sonar remove

http://localhost:9000/sonar