X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README;h=175e65b017ae8108512a29d33685573d1f1b2480;hb=af0331622e9823245720bd576bf4aaeb5343147d;hp=a5d09f1a152717b6094b3ebc939c18bd28c13f37;hpb=928d9b692b74f7ebc2a6abaae24c00d9b2618acf;p=myslice.git diff --git a/README b/README index a5d09f1a..175e65b0 100644 --- a/README +++ b/README @@ -13,7 +13,6 @@ See the devel/ subdir for more devel-oriented doc. * git clone ssh://yourlogin@git.onelab.eu/git/myslice-django.git * edit myslice/settings.py and -** change DEVELOPER_ROOT if you didnt clone into ~/git/myslice-django ** change the location of your backend API (not yet supported) * edit myslice/config.py and enter the details of your manifold backend @@ -22,7 +21,7 @@ See the devel/ subdir for more devel-oriented doc. $ manage.py syncdb * gather static files -$ make static +$ ./manage.py collectstatic (formerly, we used make static, which is deprecated) * run a local server: $ manage.py runserver 0.0.0.0:8000 @@ -33,6 +32,9 @@ when you just need to hit ^C yourself when your static files need to be refreshe * use it from your browser (See more notes on using the development server below) +* install dependencies +$ pip install -r path/to/requirements/file.txt + ==================== Status *** Authentication *** @@ -92,6 +94,7 @@ Third party tools shipped: * datatables * spin * bootstrap +* and others are added as we build the system when they become needed I've tried to keep track of the version I picked and to have an easy upgrade path.