GithubHelp home page GithubHelp logo

todolaravelember's Introduction

Laravel 4 + EmberJS Todo

За основу взято

готовый пример туду, на ларавеле и эмбере

1)https://github.com/jahvi/laravel-ember-todo, оно юзает

  1. для парсинга дат взята либа отсюда:

http://habrahabr.ru/post/204628/ (http://jsfiddle.net/Imater/5Lqx7/)

  1. date-picker: https://github.com/dbushell/Pikaday

Как установить

Опционально(установка виртуалку для проверки на локальной машине, для винды\мака):

  1. Ставим virtulbox(https://www.virtualbox.org/) & vagrant(менеджер виртуалок), http://www.vagrantup.com/downloads.html

  2. По инструкции(http://laravel.com/docs/homestead) настраиваем его(все довольно просто и сводиться к указанию путей и хоста в Homestead.yaml )

Пример для винды:

Homestead/Homestead.yaml

---
ip: "192.168.10.10"
memory: 2048
cpus: 1

authorize: C:/Users/ilya/.ssh/id_rsa

keys:
    - C:/Users/ilya/.ssh/id_rsa

folders:
    - map: c:/Projects/laravel/
      to: /home/vagrant/Code

sites:
    - map: homestead.app
      to: c:/Projects/laravel/todolaravelember/public/

variables:
    - key: APP_ENV
      value: local
  1. если, что-то не понятно\не заработало, можно зайти на виртуалку, через "vagrant ssh"

Собственно установка приложения:

  1. git clone https://github.com/Techmind/todolaravelember.git

  2. (vagrant) ssh <- composer install

  3. (vagrant) ssh <- php artisan migrate (в app/config/database.php настройки конфига базы данных прописаны для виртуалки, как в инструкции выше)

  4. google-chrome http://homestead.app:8000/

todolaravelember's People

Contributors

bencorlett avatar bertiful avatar bpierre avatar briankiewel avatar codler avatar crynobone avatar cviebrock avatar daylerees avatar ericlbarnes avatar franzliedke avatar hirokws avatar jahvi avatar jakobud avatar jasonlewis avatar jesseobrien avatar kapv89 avatar kbanman avatar lancepioch avatar loic-sharma avatar mcintyre94 avatar mikelbring avatar neoascetic avatar pedroborges avatar sparksp avatar syntaqx avatar taylorotwell avatar techmind avatar tobsn avatar tommyc81 avatar vespakoen 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.