Skip to content

JRF-tw/jrf_digital_website

Repository files navigation

司改會數位典藏系統

這是民間司法改革基金會數位典藏檢索系統

This is the Digital Archive Querying System of Judicial Reform Foundation, Taiwan.

Build Status

Project Build

  • Make sure you have already start PostgreSql
bundle install
cp config/database.yml.default config/database.yml
cp config/config.yml.default config/config.yml
  • Setup database.yml & start postgresql.
bundle install
rake db:create db:migrate
rails server
  • Yo login as admin, setup Google or Facebook OAuth login at config/config.yml, and set the user as admin in rails console.

PostgreSql

  • install
brew install postgresql
brew unlink postgresql
brew link postgresql
ARCHFLAGS="-arch x86_64" gem install pg
psql
  • replace your_name & your_password
CREATE USER your_name WITH PASSWORD 'your_password';
CREATE DATABASE "your_name";
GRANT ALL PRIVILEGES ON DATABASE "your_name" to "your_name";
ALTER USER "your_name" WITH SUPERUSER;

LICENSE

This project is release under MIT License.

About

JRF Digital Archive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy