From 5df8132d695965833b8463bd6a40639575000148 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 10 May 2020 08:52:40 +0200 Subject: Update help.txt --- www/server-config/help.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'www/server-config') diff --git a/www/server-config/help.txt b/www/server-config/help.txt index 864b93d..9090abd 100644 --- a/www/server-config/help.txt +++ b/www/server-config/help.txt @@ -6,8 +6,5 @@ apt install apache2 libapache2-mod-python python-psycopg2 #replace the actual /var/www by our ATS-Project/www cp -r /root/ATS-Project/www /var/ -#give the x rights on the .py files -chmod +x /var/www/html *.py - #replace the apache2 and ssl folders cp -r ... -- cgit v1.2.3 e='id' value='6fd288b45c85552db14f49c3ce38be9105459f26'/> Music app in Java
aboutsummaryrefslogtreecommitdiffstats
path: root/target/site/jacoco/musichub.main/Main.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-28Update README.mdClyhtsuriva1-3/+5
2021-06-28Changed the the phrasing for wrong path.Clyhtsuriva2-2/+2
2021-06-28Handling wrong input for songs' length at creation (command c)Clyhtsuriva2-7/+16
2021-06-28Javadocs comments for getPlayListTitles and getPlayListSongs.Clyhtsuriva1-5/+19
2021-06-28Changed the type of switch used in AudioElement.javaClyhtsuriva1-24/+14
2021-06-28Adding javadocs comments to Policy.javaClyhtsuriva1-80/+67
2021-06-28Change out to err for the path verification error message.Clyhtsuriva1-1/+2
2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1
2021-06-27Add new feature - display playlistmanthole5-0/+46
2021-06-27mvn packageClyhtsuriva11-6/+142
2021-06-27mvn packageClyhtsuriva26-301/+313
2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3
2021-06-27Fixing conflictsmanthole2-0/+139
2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822
2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11
2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0
2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164
2021-06-27Update search functionalitysaid belhadj2-0/+8
2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92
2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465
2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117
2021-06-27Song class fully covered.Clyhtsuriva13-49/+96
2021-06-27Starting Song testsClyhtsuriva17-59/+119
2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4
2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82