-
Notifications
You must be signed in to change notification settings - Fork 10
Local Installation
Hrishikesh Paul edited this page Mar 28, 2021
·
1 revision
- Port: 4200
$ cd scrapbook-ui
$ npm install
$ npm start
- Port: 5000
$ cd scrapbook-auth-service
$ python3 -m env env # creating a virtual environment
$ source env/bin/activate
$ pip install -r requirements.txt
$ python app.py
- Port: 3500
$ cd scrapbook-session-service
$ npm install
$ npm run dev
- Port: 3000
$ cd scrapbook-user-service
$ npm install
$ npm run dev
- Port: 8081
$ cd scrapbook-gateway-service
$ python3 -m env env # creating a virtual environment
$ source env/bin/activate
$ pip install -r requirements.txt
$ python app.py
- Port: 9090
$ cd scrapbook-google-drive-service
$ mvn clean install
$ cd target
$ java -jar -Dspring.profiles.active=local googledrive-service-0.0.1-SNAPSHOT.jar
- Port: 8080
$ cd scrapbook-image-service
$ mvn clean install
$ cd target
$ java -jar -Dspring.profiles.active=local image-service-0.0.1-SNAPSHOT.jar