Skip to content

CyberSeed2017/unf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unf

Please follow these steps to set the application [Ubuntu]:

  1. login to MariaDB using username root and password appsec:

mysql -u root -p

  1. create database called SMIRK:

CREATE DATABASE SMIRK; exit;

  1. download git repository:

git clone https://github.com/this-is-for-a-team/unf.git

  1. install libraries:

sudo apt-get update; sudo apt-get install libmysqlclient-dev python-dev; sudo pip install django-tastypie django mysqlclient;

  1. run server:

cd unf; python manage.py migrate; python manage.py loaddata fixtures/initial_data.json; sudo python manage.py runserver

note: to run the server on port 80, do these:

sudo service nginx stop; #skip this sudo python manage.py runserver 80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages