GithubHelp home page GithubHelp logo

jarves / jarves-demo Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 266 KB

Fork of jarves-standard with some limitations for the demo

Home Page: http://demo.jarves.io

License: MIT License

ApacheConf 6.16% PHP 84.44% HTML 8.13% Ruby 0.26% Shell 1.01%

jarves-demo's Introduction

Jarves Standard Edition

Jarves standard edition is a Symfony standard edition 3.0 + Jarves installed.

All you need to do to run Jarves is:

git clone [email protected]:jarves/jarves-standard.git
cd jarves-standard

composer install

php bin/console propel:model:build #build base model

vim app/config/config.jarves.xml #change database settings and `groupOwner`
# make sure your database exists (CREATE DATABASE foobar)

php bin/console propel:migration:diff #generates a database schema diff
php bin/console propel:migration:up #upgrade the database schema

### Installs demo data

php bin/console jarves:install:demo 127.0.0.1 /

Install dependencies

SCSS

If not already installed (type sass on your console), you need to install sass: http://sass-lang.com/install

  1. osx: sudo gem install sass
  2. linux: sudo su -c "gem install sass"
  3. windows: see http://sass-lang.com/install

If Jarves can not find the sass binary (by having wrong PATH variable set, that does not contain the path of sass, see which sass) the administration will be unstyled.

Run

php bin/console server:run

open http://127.0.0.1:8000/jarves.

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.