Giter Site home page Giter Site logo

gitter-badger / lenda Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jongravois/lenda

0.0 1.0 0.0 24.58 MB

ARM Operations Application

Home Page: http://www.arm-lenda.com

PHP 11.02% ApacheConf 0.01% JavaScript 42.67% HTML 41.72% CSS 4.58% Shell 0.01%

lenda's Introduction

LENDA

This is an AngularJS/Laravel 4.2 application

Installation

  • Clone repo to local environment
  • From root, run composer install
  • Run touch bootstrap/environment.php
  • Run touch .env.local.php
  • Navigate to public folder
  • Run npm install
  • Run bower install
  • Open site in favorite text editor (pstorm .)
  • Edit /bootstrap/environment.php
<?php return 'local';
  • Edit .env.local.php (match your own setting, if necessary)
<?php

return [
  'DB_HOST' => 'localhost',
  'DB_NAME' => 'LENDA',
  'DB_USER' => 'homestead',
  'DB_PASSWORD' => 'secret',
  'MANDRILL_SECRET' => '',
  'FTP_BASE' => 'Projects/LENDA/public'
];
  • Create an empty database named LENDA
  • Navigate to the root of the project
  • Run php artisan migrate
  • Run php artisan migrate:refresh --seed
  • Create /public/angular/constants.js
(function(){
    'use strict';
    angular
      .module('ARM')
      .constant('_', window._)
      .constant('API_URL', 'http://lenda.app/api')
      .constant('FILE_URL', 'http://lenda.app/files_loans/')
      .constant('LEGAL_NAME', 'Ag Resource Management');
})();

lenda's People

Contributors

jongravois avatar petrovitch avatar

Watchers

 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.