Giter VIP home page Giter VIP logo

cubbyhole-server's Introduction

This is a Supinfo group project.

M1 project campus Guadeloupe

Team members are :

  • 124898 Jan Moritz LINDEMANN
  • 164271 Lionel CHRISTANVAL
  • 165003 Steeve BULGARE
  • 162095 Jérémy CETOUT
  • 164340 Mike ROUSSEAU

The project subject can be downloaded here :

Other related project repositories are :

Overview

File manager alt tag

User stats

alt tag

Business dashboard

alt tag

Server Setup

Install apache2, mysql-server, php5, git, php5-gd, php5-mysql, curl, php5-curl.

apt-get install apache2 mysql-server php5 git php5-gd php5-mysql curl php5-curl 

Create the database with the sql file that you will find in the sql folder.

Execute this command in order to activate the url rewriting.

a2enmod rewrite

Download the source codes from Github.

cd /var/www/
git clone https://github.com/rgex/cubbyhole-server
cd /var/www/cubbyhole-server
cp vhosts/cubbyhole-server /etc/apache2/sites-enabled/
service apache2 restart

Install vendor libraries with composer

php composer.phar install

You can also update them

php composer.phar update

install the worker (https://github.com/rgex/cubbyhole-worker)

Connect you on the cubbyhole server as an administrator and add the worker in the manage worker tab.

Update the server at any time by executing

cd /var/www/cubbyhole-server
git pull

If you want to display the maintenance page

git checkout maintenance-page

To show the site again

git checkout master

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.