This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Running the Application
Keifer Furzland edited this page Oct 11, 2018
·
8 revisions
NOTE: The docker implementation is a WIP. See #29
Requirements
-
docker -v 18.0.6
or greater
Instructions
-
Clone the repository:
git clone [email protected]:oddballio/magnifier.git && cd magnifier
-
Run the containerized application
docker-compose up
-
Configure encrypted credentials master key
- Obtain key from developer
- Add to appropriate file/location
-
You're done! View application at http://localhost:3000
Requirements:
-
ruby -v 2.5.1
or greater -
psql -v 9.6
or greater
Instructions
-
Clone the repository:
git clone [email protected]:oddballio/magnifier.git && cd magnifier
-
Install the application and dependencies
-
bundle install
-- Install ruby gems and their dependencies -
yarn install
- Install frontend dependencies
-
-
Configure encrypted credentials master key
- Obtain key from developer
- Add to appropriate file/location
-
Start the application server
bin/rails s
-
You're done! View application at http://localhost:3000