Skip to content
Snippets Groups Projects
Commit 5663f4ba authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Improved the "Local Network Binding" commands thanks to @jacobvosmaer-gitlab.

parent 170bc02e
No related branches found
No related tags found
1 merge request!161Updated README.md to include 'Local Network Binding' development information.
Loading
Loading
@@ -391,9 +391,16 @@ would like to use other devices on your local network to test the rails
application then run:
 
```
./run db & cd gitlab && rails s -binding=192.XXX.X.ZZ
echo 0.0.0.0 > host
./run
```
 
If you would like to revert back to the `localhost` network then run:
```
rm host
./run
```
 
## Update gitlab and gitlab-shell repositories
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment