Skip to content

leguman/wihtow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WihtoW - What I Have to Watch

##Introduction

This project is a personnal movie manager. Features that will be implemented are:

##Infractucture

###MariaDB For this project, We're using a MariaDB SQL server configured as following: To open you session:

#> mysql -u root -p yourpassword

Create the database:

mysql> CREATE DATABASE wihtow;
mysql> CREATE USER 'wihtow_user'@'localhost' IDENTIFIED BY 'wihtow_user';
mysql> USE wihtow;
mysql> GRANT ALL PRIVILEGES ON wihtow.* TO 'wihtow_user'@'localhost';
mysql> FLUSH PRIVILEGES;

Rest of the database wild be generated using liquibase during the application deployement.

###WildFly 8

You need to create a datasource called 'java:/jdbc/wihtowDS' in WildFly to get it working.

About

"wihtow" stands for "What I Have to Watch". It's a movie collection manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published