A web-patform for ARMStrong. This web-platform should be included client for ARMStrong, OMIT and assistant for shield "D".
git clone [email protected]:digital-armstrong/Armstrong.Web.git && \
cd ./Armstrong.Web && \
docker compose run --rm web bash -c "make setup"
This commands cloned repo and setup prroject dependency. Also you can manually install all deps:
bundle install
yarn install
yarn build
yarn build:css
bin/rails db:drop db:create db:migrate db:seed
After installing the dependencies, you can run the project in docker compose:
docker compose up --build
That's all. =)
All of the below commands must be executed inside the container.
Connect to a running container: docker exec -it armstrongweb_web_1 bash
Clean startup with command execution: docker compose run --rm web bash -c "<your command>"
make cleanup
make check