Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artentica/framenade
Projet framework CIR3
https://github.com/artentica/framenade
Last synced: 5 days ago
JSON representation
Projet framework CIR3
- Host: GitHub
- URL: https://github.com/artentica/framenade
- Owner: artentica
- Created: 2014-11-20T08:16:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T19:32:38.000Z (almost 10 years ago)
- Last Synced: 2024-05-27T20:48:55.226Z (6 months ago)
- Language: PHP
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FRAMENADE
=========Projet de 3em année, interface de rentré pour des étudiants,
- Met a disposition des documents
- Permet de récuperer les informations sur les nouveaux élèvesRequis
----- Serveur apache
- PHP5
- MySQLInstallation
----### Installation manuelle:
- récuprer le fichier compréssé ici ( pas encore disponnible )
- décompresser le dossier 'site' de l'archive dans votre répertoire www/{{MY_FOLDER}}
- lancer le serveur web apache
```sh
/etc/init.d/apache2 restart
```
- Acceder à la page
```sh
http://localhost/{{MY_FOLDER}}/install
//MY_FOLDER correspond a votre dossier d'installation
```
- remplissez les champs demandés
### Installation via Git:```sh
mkdir /var/www/{{MY_FOLDER}}
git clone https://github.com/miton18/Framenade.git
mv -R Framenade/site/ /var/www/{{MY_FOLDER}}/
rm -R .git
```
Modification de la configuration
----
Editez le fichier de config:
```sh
nano /var/www/{{MY_FOLDER}}/lib/config.php
```