Code Monkey home page Code Monkey logo

demo.activeadmin.info's Introduction

The Active Admin Store

Github Actions

This is a test application to demo Active Admin.

http://demo.activeadmin.info

Local development setup

Dependencies: Ruby 2.7+ and PostgreSQL

  • Clone project using Git
  • Run bundle install
  • Configure database:
    • Create the DB user by running command:
      sudo -u postgres psql -c "CREATE USER demo_aa WITH CREATEDB NOCREATEROLE PASSWORD 'demo_aa'"
      
    • Export the environment to set the credentials with
      export DATABASE_USERNAME=demo_aa DATABASE_PASSWORD=demo_aa
      
    • You can use direnv so that you don't need to export these environment variables every time, or change username/password in config/database.yml
  • Run command bin/rails db:setup to create database with seed data.
  • Start server: bin/rails s
  • Navigate in browser to: http://localhost:3000/admin

demo.activeadmin.info's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar deivid-rodriguez avatar pcreux avatar dependabot-support avatar varyonic avatar gregbell avatar timoschilling avatar fivell avatar javierjulio avatar seanlinsley avatar fabiolnm avatar eshaiju avatar zorab47 avatar zonque avatar workgena avatar ultrawebmarketing avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.