Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Jan Maximilian Michal
grady
Commits
464b7c41
"make_folders.jl" did not exist on "93559cde7a44b985aa29a88fba33ffadd2f5f2ca"
Commit
464b7c41
authored
7 years ago
by
robinwilliam.hundt
Browse files
Options
Downloads
Patches
Plain Diff
Updated README.md to accommodate folder structure during install
parent
685817b5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!15
Refactor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
464b7c41
...
...
@@ -52,8 +52,9 @@ To set up a new instance perform the following steps:
3.
Install dependencies:
pip install -r requirements.txt
yarn install --modules-folder core/static/node_modules
pip install -r backend/requirements.txt
yarn --cwd frontend/
yarn --cwd backend/
or alternatively with the make task:
...
...
@@ -86,8 +87,7 @@ To set up a new instance perform the following steps:
6.
To import some test data in order to see how the application might look like
run:
make loadexamples
make loadexamples
7.
Everything is set. You can start the development server with:
...
...
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