GithubHelp home page GithubHelp logo

vincent4vx / image-secure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thomasmunoz13/image-secure

0.0 2.0 0.0 406 KB

Store images crypted with EAS

Home Page: http://img.quatrevieux.fr

ApacheConf 0.10% PHP 60.64% HTML 9.20% CSS 0.77% JavaScript 29.29%

image-secure's Introduction

Image Secure - A Javascript project

In the client side web developement class (at the Aix-en-Provence IUT) we had to create a website using jQuery and its mobile version with jQuery Mobile.

You can find the websites here :

How to set up this website on my own web server ?

It's quiet simple (if you're on Windows I recommand you to use cmder to follow these steps. Download cmder

  • Clone this project
git clone https://github.com/thomasmunoz13/image-secure
  • Then install or download composer (more info here).
  • Install the SFramework dependencies (it's just twig don't be afraid)
cd image-secure
[php composer.phar] install // this part may change depending of your installation
  • Create your image-secure database (with the config/database.sql given)
  • And the last commands :
cd image-secure 
mkdir content
chmod 777 content/
cd mobile/
ln -s ../content .
  • Enjoy !

Note : if you're using nginx you have to use this config

autoindex off;
location / {
  rewrite ^(.*)$ /index.php/$1 break;
}

image-secure's People

Contributors

thomasmunoz13 avatar vincent4vx avatar

Watchers

 avatar  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.