src/README
changeset 24 3b3999550508
child 31 63be3ce389f7
equal deleted inserted replaced
23:4c3ae065f22c 24:3b3999550508
       
     1 # IRINOTES backoffice
       
     2 
       
     3 Back office for the IRINOTES application
       
     4 
       
     5 ## Installation
       
     6 
       
     7 Please follow the command below to bootstrap the project
       
     8 
       
     9 ```shell
       
    10 $ mkdir -p run/{db,log,web}
       
    11 $ mkdir -p run/web/{media,static}
       
    12 $ cp .env.tmpl .env
       
    13 $ vi .env
       
    14 $ mkvirtualenv irinotes
       
    15 $ pip install requirements/dev.txt
       
    16 $ python manage.py migrate
       
    17 $ python manage.py collectstatic
       
    18 $ python manage.py createsuperuser
       
    19 $ python manage.py runserver
       
    20 
       
    21 ```
       
    22 
       
    23 You can now visit the following url in your browser <http://127.0.0.1:8000> .
       
    24 
       
    25 Admin interface is at <http://127.0.0.1:8000/admin>
       
    26 
       
    27 ## Usage
       
    28 
       
    29 TODO: Write usage instructions
       
    30 
       
    31 ## History
       
    32 
       
    33 TODO: Write history
       
    34 
       
    35 ## Credits
       
    36 
       
    37 TODO: Write credits
       
    38 
       
    39 ## License
       
    40 
       
    41 TODO: Write license