{ "info": { "author": "numeriCube", "author_email": "twistranet@numericube.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This is the twistranet project!\n\n(c)2011 NumeriCube (http://www.numericube.com)\n\nOfficial website: http://www.twistranet.com / French version on http://www.twistranet.fr\n\nAbout\n=====\n\ntwistranet is an Enterprise Social Software.\nIt's a Social Network you can use to help people collaborate.\nAnd it is also a nice CMS (Content Management System) with a social focus.\n\ntwistranet is published under the termes of the GNU Affero General Public License v3.\n\nRequirements\n============\n\nTwistraNet is written in PYTHON (>= 2.6)\nTwistranet is based on Django Framework (as of writing, for v2.0.0 Django >= 1.4 is mandatory,)\n\nIf Django is always installed you can install twistranet over your Django platform.\nOtherwise The last Django version will be downloaded and installed at setup.\n\nOther requirements:\n\n- pip http://pypi.python.org/pypi/pip/1.2.1\n\n- python-imaging (aka PIL) http://www.pythonware.com/products/pil/\n\n- python-ldap, only if you want to authenticated against LDAP/Active Directory.\n\nInstallation\n============\n\nInstallation - short version\n-----------------------------\n\n- Install requirements (Python 2.6, pip and PIL)\n\n- In any directory, just execute:\n\n - (sudo) pip install numericube-twistranet\n\ntwistranet is now installed.\nYou can have many sites with just one twistranet installation, so you need to explicitly deploy and bootstrap your new site.\n\n - (sudo) twistranet_project \n\nDon't forget to write down your generated admin password (just look at first server start LOG)!!\n\nYour server should now be fully working and running on http://localhost:8000 !\n\nIf you want to start it again:\n\n- cd \n\n- python ./manage.py runserver 0.0.0.0:8000\n\nInstallation - the Big Picture\n------------------------------\n\nInstallation is in fact a 2 steps process. You must install twistranet's core features as a python library,\nthen you have to create a project (which is an instance of a twistranet site).\n\nTo install twistranet's core features:\n\n- Download and install Python >= 2.6 (with pip and PIL)\n\n- Execute (as a superuser) \"pip install numericube-twistranet\" ; this will normally download and install twistranet and all dependencies.\n\nTo create a new project:\n\n- In the directory you want your website files created, type \"python twistranet_project -n [