Skip to content

mathexl/srs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 

Repository files navigation

#Installation

##Server Follow these steps to install the server, so we have the same things running on our development and production servers. Tested on Ubuntu 14.04.

sudo apt-get update

sudo apt-get install lamp-server^

When it prompts you to enter a MySQL root password, enter the one in the passwords.xlsx file in Dropbox.

##Application Install composer: curl -sS https://getcomposer.org/installer | php

Get the app: git clone https://github.com/edwardyu/srs

Install dependencies: php composer.phar install

Configure .env file.

##Run Set up db: php srs/podira/artisan migrate

Run! php -S localhost:8888 -t srs/podira/public

About

Spaced repetition software for the classroom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 60.7%
  • JavaScript 39.2%
  • Other 0.1%