suitablephones/Readme.md
2023-01-03 12:35:43 +01:00

28 lines
No EOL
551 B
Markdown

# Suitable Phones
## Setup
Clone this repository.
Download Lineage official wiki as data source:
```
git clone https://github.com/LineageOS/lineage_wiki.git
```
Yaml file descripting all devices are in _"lineage_wiki/_data/devices/"_
Set the proper path in var _LINEAGEWIKI_
TODO: choose where to set _LINEAGEWIKI_
## Installation:
```
git clone https://git.lattuga.net/d0c/suitablephones.git
virtualenv .
bin/pip install -r requirements.txt
bin/python manage.py migrate
bin/python manage.py createsuperuser
bin/python manage.py runserver
```