Open
Conversation
Added the content of the Docker installation of the web-app.
roschaefer
reviewed
Nov 16, 2018
| # Docker Installation | ||
|
|
||
| If you have successfully installed the API, you have to install the web-app. | ||
| Move to the parentdirectory of your API-Installation by typing |
Contributor
There was a problem hiding this comment.
Suggested change
| Move to the parentdirectory of your API-Installation by typing | |
| Change to the parent directory from where you cloned the API repository: |
roschaefer
reviewed
Nov 16, 2018
| ```bash | ||
| $ cd .. | ||
| ``` | ||
| , clone the repo of Human Connection by typing |
Contributor
There was a problem hiding this comment.
Suggested change
| , clone the repo of Human Connection by typing | |
| , clone the WebApp repository of Human Connection by typing |
roschaefer
reviewed
Nov 16, 2018
| ```bash | ||
| $ sudo docker-compose up | ||
| ``` | ||
| After this is done, reload your installation in your browser: [http://localhost:3030](http://localhost:3030), contributions at [http://localhost:3030/contributions](http://localhost:3030/contributions) or users at [http://localhost:3030/users](http://localhost:3030/users). |
Contributor
There was a problem hiding this comment.
Suggested change
| After this is done, reload your installation in your browser: [http://localhost:3030](http://localhost:3030), contributions at [http://localhost:3030/contributions](http://localhost:3030/contributions) or users at [http://localhost:3030/users](http://localhost:3030/users). |
roschaefer
reviewed
Nov 16, 2018
| $ cd WebApp | ||
| ``` | ||
| . | ||
| The following command, again, needs root-privileges, on Linux-Systems we strongly recommend the use of sudo, on Windows-Systems you will need admin-rights or you should use the LSS (Linux Sub System). |
Contributor
There was a problem hiding this comment.
Suggested change
| The following command, again, needs root-privileges, on Linux-Systems we strongly recommend the use of sudo, on Windows-Systems you will need admin-rights or you should use the LSS (Linux Sub System). | |
| Depending on your user's permissions, the following command, again, needs root-privileges. On Linux-Systems you can use `sudo`, on Windows-Systems you will need admin-rights or you can use the LSS (Linux Sub System). |
roschaefer
reviewed
Nov 16, 2018
| . | ||
| The following command, again, needs root-privileges, on Linux-Systems we strongly recommend the use of sudo, on Windows-Systems you will need admin-rights or you should use the LSS (Linux Sub System). | ||
|
|
||
| Determine the web-app of Human Connection by running |
Contributor
There was a problem hiding this comment.
Suggested change
| Determine the web-app of Human Connection by running | |
| Setup the WebApp of Human Connection with one command: |
roschaefer
reviewed
Nov 16, 2018
| ``` | ||
| After this is done, reload your installation in your browser: [http://localhost:3030](http://localhost:3030), contributions at [http://localhost:3030/contributions](http://localhost:3030/contributions) or users at [http://localhost:3030/users](http://localhost:3030/users). | ||
|
|
||
| Congratulations! Now your web-app of Human Connection is running too. :-) |
Contributor
There was a problem hiding this comment.
Suggested change
| Congratulations! Now your web-app of Human Connection is running too. :-) | |
| This might take a while but after the installation has finished you can point your browser to [http://localhost:3000/](http://localhost:3000/) and see the login screen. Congratulations! :tada: |
roschaefer
requested changes
Nov 16, 2018
Contributor
roschaefer
left a comment
There was a problem hiding this comment.
@AndreasAusKiel nice!
Again, a couple of suggestions. You don't have to reload the backend (API) in order to run the seeds. Also, this README is unrelated to the backend.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the content of the Docker installation of the web-app.