Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small refactors, change admin app name #1069

Merged
merged 26 commits into from Jan 22, 2019
Merged

Conversation

Yshayy
Copy link
Contributor

@Yshayy Yshayy commented Jan 20, 2019

closes #1067

@ghost ghost assigned Yshayy Jan 20, 2019
@ghost ghost added the in progress label Jan 20, 2019
@Yshayy Yshayy requested a review from nataly87s January 21, 2019 12:39
- run (``` yarn start ```) - this might take a few minutes for the first time

- Clone the repo (``` git clone https://github.com/Soluto/tweek.git ```)
- [optional] Pull images, run ```yarn docker-compose pull --parallel``` (optional for getting started fast with Tweek as it's skip build)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"it's skip" -> "it skips"

Using the API, use curl/postman to fire POST Request:
- http://api.dev.tweek.localtest.me:81/api/v1/context/user/john {"Country":"Canada"}

Tweek provide UI and rest api for editing context.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Tweek provides a UI and REST API for editing context"

- Set Identity Type to User
- Set User id to John
- Click enter
- Set value "Candada" for property Country
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add screenshots?

@@ -114,5 +114,6 @@ onUpdate$
.subscribe();

gitRepoCreationPromiseWithTimeout.then(async () => await startServer()).catch((reason: any) => {
process.exit(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to log first and then exit

@Yshayy Yshayy merged commit 0902b4b into master Jan 22, 2019
@ghost ghost removed the in progress label Jan 22, 2019
@Yshayy Yshayy deleted the 1067-update-getting-started branch January 22, 2019 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update initial local setup
2 participants