Skip to content

Gordarg/SF

 
 

Repository files navigation

SnowFramework

Tag Release License Donate Languages Downloads Issues Pull requests Commit activity Gordarg followers Stars Forks Watchers

Director: Mohammad R. Tayyebi smile@tyyi.net

Installation notes

Install Apache-MySQL-PHP

apt install tasksel
tasksel install lamp-server

Configure MySQL

mysql_secure_installation

Give apache permissions to write

sudo chgrp -R www-data /var/www/html

Check apache installation

cd /var/www/html
vi index.php

<?php phpinfo(); ?>

wget http://localhost/index.php

Check the php version

php --version

Create database

mysql> CREATE DATABASE `SF2`;

Execute database query

From file my.sql > Download

Change config file and set yout cridentials

Copy Core/Config.Sample.php to Core/Config.php; then edit the Core/Config.php.

also set baseurl (website root) in static/js/config.js.

Authenticaition

Edit .htaccess for default .htpasswd file directory.

Then set the permissions to

chmod 644 .htaccess
chmod 644 .htpasswd

To create .htpasswd for the first time:

htpasswd -c /var/www/html/Sariab-V2/.htpasswd tayyebi

How to contribute on project :

0- Install git from git-scm.com

1- Make a Fork of the repository

2- Clone the project on your machine

3- Change whatever you want

4- Commit your changes

5- Pull before push(Notice that you have to choose Pull From the main project.)

6- Push

7- Make a pull request

8- Tell us your notes

9- Your commits will be merged after review by developers of master branch

Documentation

All related documentation is located at docs/.

About

A Lite Software Solution for Business.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.2%
  • CSS 24.7%
  • PHP 24.5%
  • HTML 3.5%
  • Other 0.1%