Change default dev port to 7000

This commit is contained in:
Sebastian Serth
2021-04-29 11:48:17 +02:00
parent 52e913dfdd
commit b78a161914
5 changed files with 8 additions and 7 deletions

View File

@ -39,7 +39,7 @@ rails s -p 3100
# using another ssh session
cd /home/vagrant/codeocean
rails s -p 3000 -b 0.0.0.0
rails s -p 7000 -b 0.0.0.0
```
The default credentials for the internal users are the following:
@ -216,7 +216,7 @@ source "$HOME/.profile"
### Start CodeOcean
- Start CodeOcean by executing `rails s` in the project root
- Open `localhost:3000` in your browser
- Open `localhost:7000` in your browser
- You can login as administrator with the user `admin@example.org` and the password `admin`
## Native setup (for macOS)