Skip to content

Python-IoT/CentOS-Django-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CentOS-Django-Install

This script is used to install Django 1.8 on CentOS 6.5 automatically.
Author: Arvin(mikepetermessidona@hotmail.com) twitter(@Messi_Arvin)
Date: Mar.09.2017
Usage: Save this file as CentOS-Django-Install.sh.
$ chmod u+x CentOS-Django-Install.sh
$ su root
# ./CentOS-Django-Install.sh
Check result:
[root@donkey opt]# python
Python 2.7.9 (default, Mar 9 2017, 10:20:35)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2
Type "help", "copyright", "credits" or "license" for more information.     >>> import django   >>> django.VERSION
(1, 8, 0, 'final', 0)
>>>

About

This script is used to install Django 1.8 on CentOS 6.5 automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages