IMD 4
You'll need
- Run
docker-compose up -d
. - Do
docker-compose ps
to see all your availble containers and the status of them. - Once
startupfairy
the app is up and running, rundocker exec -it startupfairy bash
. You'll be inside thestartupfairy
container. - Run
bower install --allow-root
- installs your CSS. - Run
make db
You will only need to do steps 3 & 4 if you are creating the containers for the first time or if you're missing the app/static/bower_components
directory.
Steps 5&6 must be done each time you recreate the containers.
The database was intended to contain all the values already, but for some reason the values are not held despite commiting any changes made to the database. For now this is the necessary workaround in order to get the database working locally.
You'll see the app at localhost
. There is parity between the content on your local machine and the content inside the docker container.
If you shut down your computer/Docker machine, the next time you boot up docker, you will need to run docker-compose start
in order to start up all the services (postgres and app) again.
Same steps as development.
-
Company
- Name
- Summary
- Employees
- City
- Investors
- Website
-
Financial Org
- Name
- Summary
- City
- Companies invested in
- Website
-
People
- Name
- Bio
- City
- Company
- Role
-
City
- Name
- State
- Country
- Companies
- Financial Orgs
- People