Fit screenshot to page

This commit is contained in:
coolneng 2020-01-10 12:20:32 +01:00
parent 2f0b39ef76
commit d93bfa4428
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 16 additions and 14 deletions

View File

@ -65,11 +65,12 @@ CLOSED: [2020-01-09 Thu 20:57]
- [X] Text search for glaciers - [X] Text search for glaciers
- [X] Form seach for a year - [X] Form seach for a year
*** TODO Documentation [1/3] [33%] *** TODO Documentation [1/3] [33%]
- [X] Readme
- [ ] Code - [ ] Code
- [ ] Explanations (uid as Varchar, technologies used) - [ ] Explanations (uid as Varchar, technologies used)
- [X] Readme *** DONE Deployment [1/1] [100%]
*** TODO Deployment [0/1] [0%] CLOSED: [2020-01-10 Fri 12:14]
- [ ] Virtualenv installation script - [X] Installation instructions
*** DONE Frontend [2/2] [100%] *** DONE Frontend [2/2] [100%]
CLOSED: [2020-01-09 Thu 11:09] CLOSED: [2020-01-09 Thu 11:09]
- [X] Flask-Bootstrap - [X] Flask-Bootstrap

View File

@ -7,6 +7,7 @@ Web UI.
#+CAPTION: Table #+CAPTION: Table
#+ATTR_HTML: :width 120
[[./assets/screenshots/Table.png]] [[./assets/screenshots/Table.png]]
** Technologies used ** Technologies used
@ -26,21 +27,21 @@ Web UI.
1. Clone the repository: 1. Clone the repository:
#+BEGIN_SRC sh #+BEGIN_SRC sh
git clone https://coolneng.duckdns.org/gitea/coolneng/igdb git clone https://coolneng.duckdns.org/gitea/coolneng/igdb
#+END_SRC #+END_SRC
2. Change the working directory to the project: 2. Change the working directory to the project:
#+BEGIN_SRC sh #+BEGIN_SRC sh
cd igdb cd igdb
#+END_SRC #+END_SRC
3. Install the dependencies: 3. Install the dependencies:
#+BEGIN_SRC sh #+BEGIN_SRC sh
pipenv install pipenv install
#+END_SRC #+END_SRC
All the dependencies will be installed inside a virtualenv. All the dependencies will be installed inside a virtualenv.
@ -49,15 +50,15 @@ All the dependencies will be installed inside a virtualenv.
1. Start a shell inside the virtualenv: 1. Start a shell inside the virtualenv:
#+BEGIN_SRC sh #+BEGIN_SRC sh
pipenv sh pipenv sh
#+END_SRC #+END_SRC
2. Start the Flask server: 2. Start the Flask server:
#+BEGIN_SRC sh #+BEGIN_SRC sh
flask run flask run
#+END_SRC #+END_SRC
3. When prompted for a password, insert your MySQL/MariaDB root password 3. When prompted for a password, insert your MySQL/MariaDB root password
@ -65,4 +66,4 @@ The database will be created and populated automatically, if needed, each time t
3. The website can be accessed via the URL: 3. The website can be accessed via the URL:
localhost:5000 - localhost:5000