-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
18 lines (15 loc) · 1.02 KB
/
Copy pathReadMe.txt
File metadata and controls
18 lines (15 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Readme file:
Steps to be followed for server startup:
- Paste the complete csj3 folder under your tomcat's webapps directory.
Example for me: C:\apache-tomcat-7.0.34\webapps\csj5
- Set the required classpath for MySQL, MongoDB, Tomcat and java.
- Create the schemas as given in the sql file for MySQL and mongoDB.
- Start MySQL, MongoDB and tomcat servers respectively.
- Once the server is up and running, hit the localhost url: http://localhost/csj5/home and this will take you to the home page of the website.
Login details:
- To login as Store Manager, username:admin and password:admin
- To login as Sales Manager, username:admin and password:admin
- To login as customer, please register for the first time as there will be no records in your local database copy.
- Store Manager can view Inventory and Daily Sales Report - Numerical as well as Graphical Representation.
- Sales Manager can manage user registration using Add Users tab and also manage user's orders.
- Data Analytics tab is only accessible to Store Manager.