Skip to content

pchiocchetti/miller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miller

collaborative writing platform, git powered.

installation

Miller is a Python Django application. The file requirements.txt contains the list of the project dependencies, so once virtualenv and virtualenvwrapper are available the installation is as simple as:

$ cd miller
...
$ mkvirtualenv miller
$ pip install -r requirements.txt

According to your desired working environment, you may want to use mysql as database to store Miller metadata and users' information.

$ pip install MySQL-python

Otherwise, sqlite lib should be included with Python. Install db

$ python manage.py migrate 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • Python 14.8%
  • HTML 14.7%
  • CSS 5.2%
  • GCC Machine Description 4.8%