Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdh100shaun/linktuesday.com
The code that runs the Linktuesday.com website
https://github.com/sdh100shaun/linktuesday.com
Last synced: 25 days ago
JSON representation
The code that runs the Linktuesday.com website
- Host: GitHub
- URL: https://github.com/sdh100shaun/linktuesday.com
- Owner: sdh100shaun
- License: mit
- Created: 2011-10-11T16:39:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-10T21:00:56.000Z (about 13 years ago)
- Last Synced: 2023-04-16T05:10:37.286Z (over 1 year ago)
- Language: PHP
- Homepage: http://linktuesday.com/
- Size: 6.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Linktuesday.com
This repository contains the sourcecode for the LinkTuesday.com website, a community website aimed at making it easy to track all links posted on Tuesday with the #linktuesday hashtag.
### Installation
Installing this code is quite easy.
* Clone the code to your local system
* Update app/config/properties.ini with your database credentials
* Ensure the app/cache and app/logs directories are created and writable
* On the commandline, run the following command:
* app/console doctrine:schema:update --force
* Now run:
* app/console linktuesday:fetchtweet
* Set up your webserver so that the web/ directory is your documentroot and app.php is your DirectoryIndexNow you should have the LinkTuesday.com code up and running.
### Things to do and note
There is a lot of things to do and note. First of all, this code is quite old already and was created with an early preview release of Symfony2. You may for this reason find outdated or even deprecated code. The project is currently not even running the latest version of Symfony2. For things to do, surely, feel free to check the open issues on [Github](https://github.com/LinkTuesday/Linktuesday.com/issues), there's bound to be something there you can pick up on. Or, just (unit) test the software and report any found bugs. Any contribution is highly appreciated