Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rodolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
Rodolf
Commits
268fe84fe38e
Commit
268fe84fe38e
authored
1 year ago
by
Efflam Lemaillet
Browse files
Options
Downloads
Patches
Plain Diff
doc: add docker compose init commands in readme
parent
ae0a92b6cea1
No related branches found
No related tags found
1 merge request
!7
Topic/default/docker compose
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+15
-4
15 additions, 4 deletions
README.rst
with
15 additions
and
4 deletions
README.rst
+
15
−
4
View file @
268fe84f
...
@@ -62,5 +62,5 @@
...
@@ -62,5 +62,5 @@
Environement initialisation :
Environement initialisation :
+++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++
When starting for the first time tou must run following commands:
::
When starting for the first time tou must run following commands:
...
@@ -66,2 +66,6 @@
...
@@ -66,2 +66,6 @@
.. code-block::
# install node modules in your volumes
docker compose run --rm --entrypoint npm rodolf-frontend ci
# set the localinstall egg in your volume
# set the localinstall egg in your volume
...
@@ -67,5 +71,7 @@
...
@@ -67,5 +71,7 @@
# set the localinstall egg in your volume
# set the localinstall egg in your volume
docker compose run --entrypoint pip rodolf install -e /src
docker compose run --rm --entrypoint pip rodolf install -e /src
# install node modules in your volumes
# create the instance
docker compose run --entrypoint npm frontend ci
docker compose run --entrypoint docker-cubicweb-helper rodolf create-instance
#init the db
docker compose run --rm --entrypoint cubicweb-ctl rodolf db-init instance -a
...
@@ -71,4 +77,9 @@
...
@@ -71,4 +77,9 @@
Then to start the services do:
.. code-block::
docker compose up --build -d
Learn More
Learn More
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment