Online and embeddable Quran Reference. Currently contains:
- Uthmani arabic text
- Urudu translation (Maududi)
- English Translation (Maududi)
(Quran texts and translations provided by The Tanzil Project <http://tanzil.net>
_)
python3 -m venv venv
source venv/bin/activate
git clone git@github.com:kashifpk/QuranRef.git
cd Quranref
python setup.py develop
Install arangodb3 and then create a database with these credentials (also present in development.ini)
DB: quranref username: kashif password: compulife
quranref_populate development.ini
quranref_import_surah_info development.ini
# Import arabic text and translations. Feel free to add more translations and arabic text present in the data folder. Example:
quranref_import_text development.ini arabic uthmani data/quran-uthmani.txt
quranref_import_text development.ini urdu maududi data/translations/ur.maududi.txt
quranref_import_text development.ini english maududi data/translations/ur.maududi.txt
pserve --reload development.ini
Make sure you have npm installed.
cd quranref-frontend
npm install
npm run dev