SLiNv / django_git_tinymce

This is the Main Repo for controlling teacher contributions to the website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

django_git_tinymce

This is the main repo for controlling teacher contributions to the CSDT community website. It is still in development.

It is designed to act as a private git server, from which teachers can add new content or change old content using the tinymce wiziwig to fit their classroom and needs, while simultaneously sharing that content to help other teachers with their work.

Requirements

sudo apt-get install libffi-dev

Setup

Install:

Then run:

git clone https://github.com/CSnap/django_git_tinymce
cd django_git_tinymce
vagrant up
vagrant ssh
cd /vagrant
python3 manage.py migrate
python3 manage.py collectstatic
python3 manage.py runserver 0.0.0.0:8001

The site should now be accessible at via web browser at localhost:1234

To access site admin:

  • To set up admin for site: python3 manage.py createsuperuser
  • Visit /admin

About

This is the Main Repo for controlling teacher contributions to the website


Languages

Language:JavaScript 74.7%Language:CSS 18.4%Language:Python 4.8%Language:HTML 2.0%Language:Shell 0.0%