Skip to content

mariciabalayan/DCS_Archiving_System2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DCS Archiving System

Requirements:

Required to run /scanner_external_client/scanner.py from python.exe

Setting up the tools:

  1. Install Git (Preferably using a native GUI client.)

  2. Install Python.

  3. To run python from command line, add installation directory (Eg. C:\Python27) to PATH:

  4. Open My Computer > Right-Click > Properties > Advanced System Settings > Environment Variables

  5. Look for "Path" in "System Variables"

  6. Click "Edit" and APPEND directory (Eg. C:\Python27) to the end in Variable value: bla;bla;bla;C:\Python27

  7. Don't forget the ";" then Click Ok

  8. Restart any open Command Prompts

  9. Install Django by: unzip the folder > open cmd > go to folder > type "python setup.py install"

  10. Install MySQL, MySQL-Python and Python Image Library

  11. Install setuptools.

  12. Install django-pagination via command line:

  13. Go to django-pagination-1.0.7 folder

  14. python setup.py install

Getting the Project

  1. Clone https://github.com/noelsison2/DCS-Archiving-System

  2. Set up MySQL

  3. Open MySQL Workbench and click "Manage Security" under Server Administration

  4. Add two accounts (User@From host): CS192@localhost and CS192@127.0.0.1 both with "DB Manager" role enabled

  5. Add "New Connection" under SQL Development. User: CS192 Hostname: 127.0.0.1

  6. Open DCS-Archiving-System\DCSArchivingSystem in Command Prompt

  7. Enter: python manage.py syncdb and python manage.py runserver

  8. Open 127.0.0.1:8000 in browser

The Team:

  • Carl Yu
  • Noel Sison
  • Marc Lopez
  • Jasmine Tolentino
  • Maricia Balayan
  • John Smith Paraggua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •