Giter Site home page Giter Site logo

vijay9908 / amfoss-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abhijitramesh/amfoss-cms

0.0 1.0 0.0 923 KB

[Dev Repository] Portal of amFOSS

Home Page: https://amfoss.in

License: GNU General Public License v3.0

Python 71.42% CSS 6.65% HTML 21.92%

amfoss-cms's Introduction

AmFOSS CMS

The repository managing the web portal of amFOSS (FOSS@Amrita), a computer science club based in Amrita University, Amritapuri.

Installation Instructions

The portal is primarily a django based application, and to set it up we require to have python environment with django and other project dependencies installed. Though one can work with the project without an virtual environment, it is recommended to use one so as to avoid conflicts with other projects.

  1. Make sure that you have Python 3 and pip installed. Install virtualenvwrapper, and add it to your terminal path.

       $ sudo pip install virtualenvwrapper
       $ echo 'export WORKON_HOME=~/Envs' >> ~/.bashrc
       $ echo 'mkdir -p $WORKON_HOME' >> ~/.bashrc   
       $ echo 'source /usr/local/bin/virtualenvwrapper.sh' >> ~/.bashrc   
    
  2. Clone the repository, and create a virtual environment for the project, and work on the newly set up environment.

        $ git clone <repository-url>
        $ cd amfoss-portal
        $ mkvirtualenv --python=python3 foss-website
        $ workon foss-website
    
  3. Install the project dependencies from requirements.txt

        $ pip install -r requirements.txt
    

You have now successfully set up the project on your environment, now inside the portal directory you can work with the django application as usual -

  • python manage.py migrate - set up database
  • python manage.py createsuperadmin - create admin user
  • python manage.py runserver - run the project locally

Technical Specification

Stack Details

  • Languages - Python 3 (Backend), JavaScript (Frontend), HTML 5 (Frontend), Markdown (Documentation)
  • API - REST API
  • Database - PostgreSQL (Production), SQLite3 (Development)
  • Frameworks - Django (Full Stack), Bootstrap 4 (Frontend)
  • Libraries - JQuery, Sass, HAML, C3JS / D3JS (Charts)
  • DevOps - GitHub (Code Collaboration), Git (VCS), PyCharm (IDE), Atom (Text Editor)
  • Utilities - Google Analytics, jsDeliver (CDN)

Changelog

Change log of this project can be found in HISTORY.md.

License

This project is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (https://www.gnu.org/licenses/) for more details.

© 2018 Team AmFOSS. See the Contributors list here.

amfoss-cms's People

Contributors

aswinshenoy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.