Skip to content

Commit

Permalink
Roll node version back to 11 to avoid "fibers" build error (prebid/Pr…
Browse files Browse the repository at this point in the history
…ebid.js#3878)

Fix drf port mapping
Added note about applyDevData to README.  If Demo is accessed without using applyDevData, a disabled veradmin
will be created that will conflict with the initDev one.
  • Loading branch information
aaronk committed Mar 23, 2021
1 parent 6b8a954 commit b8d1956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It goes without saying that you do not want to use the production token here.
Once the project has been created, build the necessary containers and install the Javascript libraries

> make build
> docker-compose run ifxtest-ui yarn
> docker-compose run ifxtest-ui yarn

After several minutes of this, you should be able to start up the application

Expand All @@ -30,6 +30,6 @@ Before logging in or attempting to access the authenticated "Demo" page (which a

> docker-compose run drf ./manage.py applyDevData

UserSerializer and UserViewSet classes will need to be created in serializers.py. They are not created beforehand
UserSerializer and UserViewSet classes will need to be created in serializers.py. They are not created beforehand
so that the proper local IfxUser subclass can be specified

0 comments on commit b8d1956

Please sign in to comment.