Skip to content

Commit 3f1ec49

Browse files
README is updated with deployment algorithm
1 parent 4ca352e commit 3f1ec49

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ It is not allowed to copy code and any commercial use (for example in other lear
44
Only students of Andrii Piatakha can use these code examples.
55
Thanks for respecting hard work of the author.
66

7-
2019 �� Andrii Piatakha
7+
Deployment algorithm:
8+
-
9+
- Import your porject into IDE
10+
- Create the database that is called 'learn_it_db', or change the URL to the database in the com.itbulls.learnit.onlinestore.persistence.utils.connectionpools.DbcpDemo class
11+
- Make sure that the user name of your DB user is "root" and password is "root", or change those in DbcpDemo class
12+
- Import database by running scripts from the "database-export" folder from the persistence module
13+
- Start the application. You can start the web module.
14+
- Use the application
15+
16+
2019© Andrii Piatakha
817

918

0 commit comments

Comments
 (0)