Skip to content

emylonas/iip-production

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the code for the production iip project.


Installation

  • make a dir iip_webapp_stuff
  • cd into that dir
  • $ python3 -m venv ./env3_iip_web
  • $ git clone https://github.com/Brown-University-Library/iip_production.git ./iip_web_project
  • $ mkdir ./settings
  • $ mkdir ./logs
  • $ mkdir ./db
  • $ mkdir ./pull_from_github
  • $ cd ./iip_web_project
  • $ source ../env3_iip_web/bin/activate
  • $ pip install --upgrade pip
  • $ pip install -r ./config/requirements.txt
  • put submitted settings file in the settings dir
    • watch for line-endings
  • put submitted db file in the db dir
  • point the env/bin/activate file to the envar_settings.sh file
    • give lines for bottom
    • give deactivate line
  • go through the settings file, updating all paths
  • $ python ./manage.py check
  • $ python ./manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 32.5%
  • HTML 32.5%
  • CSS 18.9%
  • Python 16.0%
  • Less 0.1%