Coder Social home page Coder Social logo

pholenk / smf Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 8.3 MB

A Web Application of System Management Farm

License: MIT License

ApacheConf 0.01% PHP 91.44% HTML 0.27% CSS 7.50% JavaScript 0.78%
web-app system-information smf php management-farm

smf's Introduction

System Management Farm

This is a System Information to manage the farmer / breeder who join in the local group

Requirement

  • Nginx 1.10.0
  • PHP 7.0
  • MySQL 14.14
  • Chrome 58.0.3029.110

Installation

Nginx configuration

server {
	server_name (your.server.name);
	root /your/root/folder/path;

	index index.php index.html;
	
	location ~* \.(ico|css|js|jpe?g|png)(\?[0-9]+)?$ {
		expires max;
		log_not_found off;
	}

	location / {
		try_files $uri $uri/ /index.php;
	}

	location ~ \.php$ {
		include snippets/fastcgi-php.conf;
		fastcgi_pass unix:/run/php/php7.0-fpm.sock;
	}

}

Project Configuration

  • Change the base url in the file config like your server configuration.
    | smf
    |- application
    |-- config
    |--- config.php

  • Change Database environment in application\config\database.php
    | smf
    |- application
    |-- config
    |--- database.php

  • Run composer update to get all dependencies. composer update

Project Migration

  • Open CLI and move into the folder root
  • type php index.php Migrate
  • You should be see message migrating & seeding success
  • If that message does not appear, contact me ASAP

smf's People

Contributors

pholenk avatar

Stargazers

Daarylh avatar

Watchers

James Cloos avatar  avatar

smf's Issues

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.