Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
b5a0bb6b
Commit
b5a0bb6b
authored
3 years ago
by
Josef Olsson
Browse files
Options
Downloads
Patches
Plain Diff
Minor edits in installation files
parent
c6dae9c1
No related branches found
Branches containing commit
No related tags found
1 merge request
!159
Resolve "Documentation"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/installation.rst
+1
-1
1 addition, 1 deletion
docs/source/installation.rst
docs/source/installation/client.md
+3
-1
3 additions, 1 deletion
docs/source/installation/client.md
docs/source/installation/server.md
+4
-2
4 additions, 2 deletions
docs/source/installation/server.md
with
8 additions
and
4 deletions
docs/source/installation.rst
+
1
−
1
View file @
b5a0bb6b
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::
...
...
This diff is collapsed.
Click to expand it.
docs/source/installation/client.md
+
3
−
1
View file @
b5a0bb6b
...
...
@@ -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?)
This diff is collapsed.
Click to expand it.
docs/source/installation/server.md
+
4
−
2
View file @
b5a0bb6b
...
...
@@ -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
```
I
nstall all project dependencies:
Lastly, i
nstall 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?)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment