Skip to content

ziur/efeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#efeeder

Motivation

Order healthy food as fast as possible!!!.

HOW TO INSTALL THE APPLICATION

Requirements:

Software needed and recommendations

Github

Create and account in git to have access https://github.com/ziur/efeeder

Verify the environment Variables are set

CATALINA_HOME Path_to_apache-tomcat-7.0\bin

CATALINA_BASE Path_to_apache-tomcat-7.0\bin

JRE_HOME Path_to_jre\jre1.X.XXX . Example: C:\Program Files\Java\jre1.8.0_101

JAVA_HOME Path_to_java_folder\jdk1.X.XX Example: C:\Program Files (x86)\Java\jdk1.8.0_111

PATH Path_to_apache_maven_directory\bin; Example: ~\apache-maven-3.3.9\bin;

M2_HOME Path_to_apache_maven_directory

MAVEN_HOME Path_to_apache_maven_directory

Download and install efeeder

  1. Create the database schema: Launch mysql workbench Create a database with the name efeeder (CREATE database efeeder)

    Open a command prompt and execute the following command: mvn liquibase:update

  2. Create a directory where the application will be downloaded from git. For example: ~/USER_HOME/git_projects/

  3. Go to the directory just created and perform the following command: git clone https://github.com/ziur/efeeder

  4. Start tomcat server

  5. Go to folder efeeder, created in step 2

  6. In a command prompt window, execute: mvn tomcat7:deploy (the tomcat server should be running before executing this step).

Note: If the line above doesn't work, execute: mvn tomcat7:redeploy 6. Open a web browser with http://localhost:9999 and check it works.

License

GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published