🚧 under construction 🚧
This is the new Media Cloud search application. It is intended to support online media research across platforms such as online news, Twitter, Reddit, and other social media (via 3rd party APIs). We also use it to manage a large set of geographical and topical content collections, supporting research into specific sub-corpora of content on those platforms.
Expected to launch publicly in early 2023
pip install -r requirements.txt
or conda install --file requirements.txt
npm install
in base folder mcweb/.env.template
to mcweb/.env
and edit that one to enter all your secret configuration variablespython mcweb/manage.py migrate
to create all the database tables neededpython mcweb/manage.py createsuperuser
to create a Django superuser for administrationpython mcweb/manage.py runserver
npm run dev
Other useful commands:
python mcweb/manage.py importdata
http://localhost:8000/admin
to administer users and groupsnpm run build