Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
F
foodsharing
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
246
Issues
246
List
Boards
Labels
Service Desk
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
foodsharing-dev
foodsharing
Commits
8399daa1
Commit
8399daa1
authored
Feb 24, 2018
by
Valentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
#2
parent
0cb90222
Pipeline
#17989434
passed with stages
in 7 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
README.md
README.md
+7
-5
No files found.
README.md
View file @
8399daa1
...
...
@@ -62,20 +62,22 @@ Install Git for Windows: (https://git-scm.com/download/win)
There is a GUI interface to administrate the repo, which is recommended for git-beginners
But you can use the
git cmd
just like in Linux to clone it:
But you can use the
GIT bash shell
just like in Linux to clone it:
```
git clone git@gitlab.com:foodsharing-dev/foodsharing.git foodsharing
```
To start the containers, use the GIT bash shell:
```
cd foodsharing
./scripts/start
```
To execute scripts use the Git Bash Shell.
##For the Future
Install
[
Docker for Windows
](
https://docs.docker.com/docker-for-windows/install/
)
.
Our scripts are written in bash, but you should be able to get something working by
You should be able to get something working by
installing/enabling
[
Windows Subsystem for Linux
](
https://msdn.microsoft.com/en-gb/commandline/wsl/install_guide
)
in the future, because their kernel is not good enough to support the docker daemon.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment