8000 GitHub - sethhrbek/ls
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sethhrbek/ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

This application requires docker for quick startup.

Quick Startup

Run the bash script startup.sh in the root directory

You may need to give it permissions: chmod u+x startup.sh

To view the application, visit: localhost:3000

The rails server will be exposed on port 8080 (http://localhost:8080/) ``

Manual Startup

docker volume create --name=pgdata
cd front-end
yarn
cd ..
docker-compose build
docker-compose up -d
docker-compose run rails rake db:drop db:create db:migrate db:seed
docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0