Skip to content

vhf/resrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28ad572 · Mar 9, 2018
Jul 11, 2014
Oct 18, 2014
Sep 27, 2014
May 23, 2014
Jul 14, 2013
May 25, 2014
May 16, 2014
Nov 4, 2013
Mar 9, 2018
Sep 16, 2013
Jul 14, 2013
Sep 4, 2014
Sep 9, 2013
May 14, 2014
May 18, 2014

Repository files navigation

Discontinued!

This project ended a long time ago, in 2015. At the time of writing, March 2018, I do not even own resrc.io anymore.


Indexing and gathering all freely available learning resources.

Installing and running the project

Dependencies

1. Installation

Run the following commands:

git clone https://github.com/vhf/resrc.git
cd resrc
virtualenv2 -p /usr/bin/python2 venv --distribute
source venv/bin/activate
pip install -r requirements.txt
python2 manage.py syncdb
python2 manage.py migrate

2. Compiling the CSS

cd assets
foundation update
compass compile

3. Installing the JS assets

cd assets
bower install

4. Launch the server

python2 manage.py runserver

Then browse to http://localhost:8000

Contributing

Fork and work on your own branch, submit pull-requests.

Main work branch is resrc/master. Production branch is resrc/prod.

Running the tests

First, install the requirements_dev : pip install -r requirements_dev.txt.

Then, to run the tests, simply run fab test. Alternatively, if you want the tests to run everytime you modify a file, run ./watchmedo.sh.

Changelog

  • 0.8.4 - Removes Disqus. No more comments
  • 0.8.3 - Implements a full-text search engine with ElasticSearch
  • 0.8.2 - Upgrade to Zurb Foundation 5
  • 0.8.1 - Less dead code, more tests
  • 0.8.0 - Display version in footer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published