Skip to content
Snippets Groups Projects
Commit b5a0bb6b authored by Josef Olsson's avatar Josef Olsson
Browse files

Minor edits in installation files

parent c6dae9c1
No related branches found
No related tags found
1 merge request!159Resolve "Documentation"
Installation
============
Here we will describe how to install the application.
This section will describe how to install the application.
You will need to install both the client and the server.
.. toctree::
......
......@@ -5,7 +5,7 @@ In order to install the client, you will need to do the following:
Install [Node (LTS)](https://nodejs.org/en/).
Clone [teknikattan-scoring-system](https://gitlab.liu.se/tddd96-grupp11/teknikattan-scoring-system).
Clone the git repository [teknikattan-scoring-system](https://gitlab.liu.se/tddd96-grupp11/teknikattan-scoring-system).
Open a terminal and navigate to the root of the cloned project.
......@@ -19,3 +19,5 @@ npm install
You should now be ready to start the client.
Try it by running `npm run start`.
A web page should open where you can see the [login page](../user_manual/login.md).
[comment]: # (Should we mention the task for starting the client?)
......@@ -5,7 +5,7 @@ In order to install the server, you will need to do the following:
Install [Python](https://www.python.org/downloads/).
Clone [teknikattan-scoring-system](https://gitlab.liu.se/tddd96-grupp11/teknikattan-scoring-system).
Clone the git repository [teknikattan-scoring-system](https://gitlab.liu.se/tddd96-grupp11/teknikattan-scoring-system).
Open a terminal and navigate to the root of the cloned project.
......@@ -32,7 +32,7 @@ On Linux/Mac:
source env/bin/activate
```
Install all project dependencies:
Lastly, install all project dependencies:
```bash
pip install -r requirements.txt
......@@ -41,3 +41,5 @@ pip install -r requirements.txt
You should now be ready to start the server.
Try it by running `python main.py` and navigate to `localhost:5000`.
If everything worked as it should you should see a list of all available API calls.
[comment]: # (Should we mention the task for starting the server?)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment