FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Boilerplate Web Application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rob Bricheno
Boilerplate Web Application
Commits
32f336c1
Commit
32f336c1
authored
2 years ago
by
Dr Abraham Martin
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-quickstart-readme' into 'master'
Update README.md to help newbies See merge request
!45
parents
a138eccb
2604e6a9
Branches
master
No related tags found
No related merge requests found
Pipeline
#231101
failed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-3
9 additions, 3 deletions
README.md
with
9 additions
and
3 deletions
README.md
+
9
−
3
View file @
32f336c1
...
...
@@ -9,15 +9,21 @@ projects created by the Automation Group.
```
bash
$
pip
install
cookiecutter
$
cookiecutter https://gitlab.developers.cam.ac.uk/uis/devops/webapp-boilerplate.git
$
cd
boilerplater_webapp
$
cp
secrets.env.in secrets.env
$
./compose.sh development
```
For further information please see
[
the DevOps Division Guidebook entry on "Webapp Developer Environment"
](
https://guidebook.devops.uis.cam.ac.uk/en/latest/notes/webapp-dev-environment/
)
### Windows issues
**Windows users beware!**
Your line endings will be broken (mangled to contain
`CRLF`
instead of
`LF`
) by cookiecutter by default due to a
[
cookiecutter bug
](
https://github.com/cookiecutter/cookiecutter/issues/405
)
.
After installing cookiecutter, but before
running it, you will need to either
manually apply the changes to
`cookiecutter/generate.py`
from
[
cookiecutter bug
](
https://github.com/cookiecutter/cookiecutter/issues/405
)
.
After installing cookiecutter, but before
running it, you will need to either
manually apply the changes to
`cookiecutter/generate.py`
from
[
the related pull request
](
https://github.com/cookiecutter/cookiecutter/pull/1159
)
,
or fix the line endings in all of the generated files by yourself (not fixed as
of cookiecutter version 1.7, tracked in
...
...
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