معرفی شرکت ها


ashley-1.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A self-hosted discussion forum for learning
ویژگی مقدار
سیستم عامل -
نام فایل ashley-1.3.1
نام ashley
نسخه کتابخانه 1.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Open FUN (France Universite Numerique)
ایمیل نویسنده fun.dev@fun-mooc.fr
آدرس صفحه اصلی https://github.com/openfun/ashley
آدرس اینترنتی https://pypi.org/project/ashley/
مجوز MIT
# Ashley, a self-hosted discussion forum for learning ## Overview `Ashley` is a forum designed to be integrated into `Learning Management Systems` (LMS). It is a multi-tenant service intended to be operated independently. It can be integrated to any LMS (like [Open edX](https://open.edx.org) or [Moodle](https://moodle.org)), thanks to the [LTI](https://en.wikipedia.org/wiki/Learning_Tools_Interoperability) standard. `Ashley` is built on top of [Django-machina](https://github.com/ellmetha/django-machina/), a powerful forum engine for `Django`. ## Quick preview Here is an example integration of Ashley in `Open edX`: ![demo](docs/demo.gif) ## Contributing This project is intended to be community-driven, so please, do not hesitate to get in touch if you have any question related to our implementation or design decisions. We try to raise our code quality standards and expect contributors to follow the recommandations from our [handbook](https://openfun.gitbooks.io/handbook/content). ## License This work is released under the MIT License (see [LICENSE](./LICENSE)). ## Getting started Make sure you have a recent version of Docker and [Docker Compose](https://docs.docker.com/compose/install) installed on your laptop: ```bash $ docker -v Docker version 18.09.0, build 4d60db4 $ docker-compose --version docker-compose version 1.23.2, build 1110ad01 ``` ⚠️ You may need to run the following commands with `sudo` but this can be avoided by assigning your user to the `docker` group. ## Project bootstrap The easiest way to start working on the project is to use our `Makefile` : ```bash $ make bootstrap ``` This command builds the `app` container, installs front-end and back-end dependencies, builds the front-end application and styles, and performs database migrations. It's a good idea to use this command each time you are pulling code from the project repository to avoid dependency-related or migration-related issues. Now that your Docker services are ready to be used, start the service by running : ```bash $ make run ``` You should be able to test the forum at [http://localhost:8090/dev/](http://localhost:8090/dev/). This is the development view that emulates a LTI consumer. ## Django admin You can access the Django admin site of the forum at [http://localhost:8090/admin/](http://localhost:8090/admin/) You first need to create a superuser account. ```bash $ make superuser ``` ## Troubleshooting ### ElasticSearch service out with an Exit 137 ```bash $ docker-compose ps ``` > ashley_elasticsearch_1 /docker-entrypoint.sh elas ... Exit 137 This is due to a lack of memory. N.B. for Mac users, the default Docker's configuration is also 2GB which means that Elasticsearch will automatically exit. To fix this issue, you need to upgrade your default configuration.


نیازمندی

مقدار نام
==1.22.10 boto3
<4,>=3.2.4 Django
==1.12.3 django-storages
==3.2.1 django-haystack
==1.0.1 django-lti-toolbox
==1.1.6 django-machina
==5.0.0 draftjs-exporter
==3.13.1 djangorestframework
<6.0.0,>=5.0.0 elasticsearch
==0.0.6 logging-ldp
>=3.0.0 oauthlib
==1.0.0 tincan
==4.0.0 twine
==1.7.4 bandit
==22.3.0 black
==4.0.1 flake8
==0.13.9 ipdb
==8.3.0 ipython
==5.10.1 isort
==0.950 mypy
==4.5.6 pyfakefs
==2.5.3 pylint-django
==2.13.8 pylint
==3.0.0 pytest-cov
==4.5.2 pytest-django
==7.1.2 pytest
==4.8.0 lxml
==1.1.0 cssselect
==2.3.2 django-configurations
==2022.1.0 dockerflow
==3.2.1 factory-boy
==20.1.0 gunicorn
==2.9.3 psycopg2-binary
==1.5.11 sentry-sdk


نحوه نصب


نصب پکیج whl ashley-1.3.1:

    pip install ashley-1.3.1.whl


نصب پکیج tar.gz ashley-1.3.1:

    pip install ashley-1.3.1.tar.gz