Code Monkey home page Code Monkey logo

eestecnet's Introduction

Build Status Coverage Status

EESTECNET

Motivation

The motivation for creating this open source project is to provide an online platform for the Electrical Engineering Students' European Association (EESTEC). Its purpose is to serve as a central communication and administration hub for the association and preserve knowledge for future generations.

=============== Getting Started

Windows

The easiest way to get all dependencies is to install chocolatey from http://chocolatey.org/ Chocolatey is a package manager for Windows and works similar to apt on Debian or yum on rpm based linux distributions.

To do this, open an administrative command shell (cmd.exe) and copy&paste the following ::

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

When it's done installing please type ::

choco install git virtualbox vagrant ssh

Alternativley install the dependencies manually and add them to your path.

Debian/Ubuntu

In a command shell do ::

sudo apt-get install git virtualbox vagrant

Development tools

I personally recommend the JetBrains PyCharm IDE. It is available for free as in beer for students.

Set up

Everything will run inside a virtual machine on your machine, with all dependencies and tools encapsulated in that machine. We use Vagrant to manage the virtualmachine. Depending on your machine the following steps to pull the project and set up for local development may take several minutes.

vagrant plugin install vagrant-reload
git clone http://github.com/arpheno/eestecnet/
vagrant up

When it finishes you should check localhost:8000 for a running instance of eestecnet, if you encouncter problems :

vagrant ssh
cd /vagrant/
sudo service supervisor stop
sudo killall python
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000

This will launch a local webserver on port 8000. The website will now display, albeit with no preloaded content

eestecnet's People

Contributors

arpheno avatar blaz1 avatar lintaba avatar geewid 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.