-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the sreepuram website
Introduction .
This is completely open source project done for the Sreepuram church Kannur Kerala, India . This application has
- Blog
- Image Gallery
- Magazine Upload /Download
- User Registration/Management
- School Management System
Setting up this application you have to install Django 1.3.1 also , python 2.7 . Sreepuram diractily connecting the
Daatabase to our server (server1.muvidb.com) with username ****** and password ****** .
How to Start Yourself :
1 Create the git account (http://github.com)
2) Fork this repository by clicking the fork button
3) Install git in your linux/mac System
4) clone your repository (git clone )
5) Add upstream (git add remote upstream [email protected]:abhijo89mi/sreepuram.git )
6) Update the changes
7) Add the changes to the repository (git add filename )
8) Commit your changes (git commit -m "Message")
9) Push your changes (git push )
10) Ones you finish your project fully , give pull request to the origin
Note : Before you do any change , Run the commend git pull upstream master
How to install Git :
visit : http://help.github.com/linux-set-up-git/ follow the instructions