Code Monkey home page Code Monkey logo

teamup's Introduction

TEAMUP

TeamUp wants to meet all the people who have had to give up or have found it difficult to realize their ideas, trying to bring together people with the same goal so that they can help each other. Project developed during the Software Engeneering course @ Department of Computer Science @ University of Bari "Aldo Moro" under the supervision of dr. Antonio Piccinno.

Live Demo

A product demo is available at the following address: TeamUp. Testing data can be viewed towards the end of the documentation.

Requirements

Installation

First of all, to install the application it is necessary to have a domain on a specific hosting platform. Initially you need to connect to the management panel of your hosting platform, and access the section relating to the reference DBMS, in order to create an empty database by giving it an initial name. Once the newly created Database has been selected, go to the Import 'section and load the file epsilon.sql, located in the directory / TeamUp / Database /, and finally click on Run; in this way all the tables on the site that we want to import will be loaded into our database.

Once the Epsilon.sql file has been imported, select the table wp-options and edit the fields option-value records 1 and 2 ('siteurl' and 'home')by entering the URL of your domain.

Once you have completed the previous step, you need to go to the directory / TeamUp / TeamupWordpress / and open the file wp-config.php using any editor of text. Inside the file we have to modify the following fields by going to find the necessary information directly from the Hosting settings, in particular:

define ('DB_NAME', 'dbname'); inserting the name of the new database instead of dbname.

define ('DB_USER', 'user'); going to insert instead of user the name of the user to associate the new database.

define ('DB_PASSWORD', 'psw'); inserting the current password of the new database instead of psw .

define ('DB_HOST', 'localhost'); inserting the name of the MySql Hostname instead of localhost.

Then you need to go to the section relating to your FTP Client and upload all the files present in the directory / TeamUp / TeamupWordpress /. At the end of the transfer, if every operation has been carried out correctly, the new site will be operational immediately.

Access Data

Admin

  • admin: Prova123

User

  • davidegiordano94 : Prova123
  • leosaccotelli96 : Prova123
  • andreamanisi : Prova123
  • vitocarulli96 : Prova123

License

This software is released under the MIT License. See the LICENSE file for details.

teamup's People

Contributors

leonardosaccotelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.