You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2019. It is now read-only.
This package is shipped with a docker-compose configuration which allows you to use this app locally. Warning: This local version inside docker-compose uses Webrick which is single-threaded and not for production! Please refer to our Capistrano file for zero-deploy via Capistrano.
30
+
31
+
To build everything locally just run
32
+
33
+
cd InfoMark
34
+
docker-compose build
35
+
docker-compose up
36
+
37
+
Before open your browser you need to create the database. Therefore open **another** terminal in the **same** directoy and paste
38
+
39
+
docker-compose run web rake db:create
40
+
docker-compose run web rake db:migrate
41
+
42
+
Now open http://localhost:3000 your web-browser. You should see the login-area. By default we add an user with login-credentials:
0 commit comments