-
System dependencies
- Install RVM following these instructions:
https://rvm.io/rvm/install - Install nvm following these instructions:
https://github.com/nvm-sh/nvm#installation-and-update - Install Node 8:
nvm install 8 - Install bundler:
gem install bundler -v {numero de version}
- Install RVM following these instructions:
-
Versions used
- Ruby:
2.6.3 - Rails:
5.2.3 - Bundler
1.17.3
- Ruby:
-
Configuration
- Clone the repository by typing:
git clone https://gitlab.devartis.com/sblanco/simple-rss.git - Stand on the repository root path:
cd simple-rss - Run :
rvm currentand make sure that you see:ruby-2.6.3@simple-rss - Install dependencies:
bundle install - Migrate development database:
rake db:migrate RAILS_ENV=development - Migrate test database:
rake db:migrate RAILS_ENV=test
- Clone the repository by typing:
-
Run tests
bundle exec rspec
-
Run server
- Run server
rails s - Open browser on
localhost:3000
- Run server
-
import subscriptions in OPML format
Adds rss feeds from an opml file and then subscribes users to those feeds- run
rails "opml:parse[filepath, user_name_1 user_name_2, user_name_3]"
- run
BlancoSebastianEzequiel/simple-rss
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|