Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues #38

Closed
harishmaruthi opened this issue Feb 7, 2019 · 5 comments
Closed

Installation issues #38

harishmaruthi opened this issue Feb 7, 2019 · 5 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@harishmaruthi
Copy link

Mac user.
1.
At step: java -jar ABC/FeedService/target/feedservice-*.jar
Relative path doesn't match. Neophytes may face issues

  1. At Step: Once you have npm installed, install react as follows:
    npm install -g create-react-app
    What is the need of this?

At DB startup--- Press Config in front of Apache and open httpd.conf
Change Listen 80 to Listen 8080
Here, 8080 is not feasible as Spring application by now would have taken the port.

  1. Could not start the MySql DB server . Failed
@harishmaruthi harishmaruthi added help wanted Extra attention is needed question Further information is requested labels Feb 7, 2019
@chetan253
Copy link
Contributor

  1. There is a note mentioned below that step what might be an alternative

  2. Are you using the MySQL DB directly or through xampp server? Is this point in anyway relates to Issue while bringing up mySql server #40 ?

@absheth
Copy link
Contributor

absheth commented Feb 7, 2019

For 2) This was included in wiki when we were setting up the project. We realized later on that it is not required once the app is created and package.json is ready. We forgot to remove that but the wiki is now updated.

@harishmaruthi
Copy link
Author

2=>. using the MySQL DB through xampp server. Apache starts on 9000 (issue with 80, 8080 would be occupied by one of our services) but DB server fails to start. Not sure what the error is.

@bhushanmalgaonkar
Copy link

@harishmaruthi
2=> There is no need to start Apache service now. (Refer the updated wiki) You can directly connect to MySQL server. If you already have some MySQL database installed, you can use that. If not, you can use xampp.
Once you start the database service,

  1. Create a database with name "node_mysql".
  2. Update config/connection.json in user-management-service. Check if port, username and password are correct.
  3. Start the user-managent-service.

@absheth
Copy link
Contributor

absheth commented Feb 10, 2019

Harish,

I believe there was a lot of confusion about installation. Considering that, we have updated the wiki and we would like you to do a clean installation in order to avoid any further confusion.

We believe you should not face any other installation issue and everything should run smoothly.

@absheth absheth closed this as completed Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants