Skip to content

Assignment for the 2017 edition of the "Web Development and the Semantic Web" course, by Flavio Machado and Mateus Tassinari Ferreira

Notifications You must be signed in to change notification settings

dwws-ufes/2017-RightPlace

Repository files navigation

<<<<<<< HEAD

Rightplace Project DWWS-2017

by Flávio Machado and Mateus Tassinari

How to deploy

Instructions on how to deploy from scratch are listed below. If you need detailed instructions on how to set up Eclipse, WildFly and MySQL, please refer to this tutorial at JButler's wiki.

Install Eclipse Neon (version 4.6);

Install WildFly 10 and create a Server configuration within Eclipse;

Install MySQL and create a schema called rightplace and a user called rightplace with password rightplace and full access to the homonymous database;

Configure the MySQL JDBC driver in WildFly;

Configure the datasource in WildFly's standalone.xml file:

jdbc:mysql:https://localhost:3306/rightplace mysql rightplace rightplace com.mysql.jdbc.Driver

In Eclipse, use File > Import > Git > Projects from Git to import the Eclipse project existing in this repository;

You might have to adjust the server settings in the imported project: right-click the Rightplace project and select Properties. In the Server section, select the WildFly 10.x server. In the Targeted Runtimes section, select the WildFly 10.x Runtime;

2017-RightPlace

Assignment for the 2017 edition of the "Web Development and the Semantic Web" course, by Flavio Machado and Mateus Tassinari Ferreira

refs/remotes/origin/master

About

Assignment for the 2017 edition of the "Web Development and the Semantic Web" course, by Flavio Machado and Mateus Tassinari Ferreira

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published