Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated vars.yml system #339

Merged
merged 4 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
!/log/.keep
/tmp

# Ignore application configuration
/config/vars.yml

# Ignore old migrations
/db/old/*

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Below are barebones steps for getting started in development for the SDR.
- `vagrant up`
- `vagrant ssh`
- `cd /vagrant/sdr`
- `cp config/vars.yml.example config/vars.yml`
- `bundle exec rake db:schema:load`
- `bundle exec rake sdr:server`
2. View to test environment Solr admin panel: http://localhost:8983/
Expand All @@ -48,7 +47,6 @@ Below are barebones steps for getting started in development for the SDR.

1. Run the commands below in order specified:
- `git clone https://github.com/NYULibraries/spatial_data_repository.git && cd- spatial_data_repository`
- `cp config/vars.yml.example config/vars.yml`
- `bundle install`
- `bundle exec rake db:schema:load`
- `bundle exec rake sdr:server`
Expand Down
15 changes: 0 additions & 15 deletions config/vars.yml.example

This file was deleted.