hamtiko / vostan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vostan

Prerequisites

  • LAMP/MAMP/WAMP/XAMP
  • nodejs
  • npm
  • yo
  • bower
  • grunt
  • sqlite
  • curl

Linux (Ubuntu)

  • sudo apt-get install lamp-server^
  • sudo apt-get install nodejs
  • sudo apt-get install npm
  • sudo npm -g update
  • sudo npm install -g yo bower
  • sudo npm install -g grunt-cli
  • sudo apt-get install php5-sqlite
  • sudo apt-get install curl

MAC

Windows

Setup

working copy

configuration

  • in /etc/apache2/sites-enabled/000-default.conf file add the following:
  <Directory /var/www/html>  
    AllowOverride All  
    Order deny,allow  
    Allow from All  
  </Directory>
  • cd /etc/apache2/mods-enabled; sudo ln -s ../mods-available/rewrite.load .
  • sudo service apache2 restart
  • Give write permissions on the database to www-data
    • sudo chgrp www-data remote
    • sudo chgrp www-data remote/vostan.db

cd /remote

cd /client

  • npm install
  • bower install
  • grunt build
  • grunt serve (for local run)

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 78.1%Language:PHP 13.4%Language:CSS 8.5%