You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ It is not allowed to copy code and any commercial use (for example in other lear
4
4
Only students of Andrii Piatakha can use these code examples.
5
5
Thanks for respecting hard work of the author.
6
6
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.
0 commit comments