suitablephones/Readme.md

28 lines
551 B
Markdown
Raw Normal View History

2022-12-30 00:25:56 +01:00
# 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_
2023-01-03 11:28:00 +01:00
TODO: choose where to set _LINEAGEWIKI_
2023-01-03 12:35:43 +01:00
## Installation:
2023-01-03 11:28:00 +01:00
2023-01-03 12:35:43 +01:00
```
2023-01-03 11:28:00 +01:00
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
2023-01-03 11:50:47 +01:00
bin/python manage.py runserver
2023-01-03 12:35:43 +01:00
```