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

fix: setup superposition without nix #42

Merged
merged 1 commit into from May 13, 2024
Merged

fix: setup superposition without nix #42

merged 1 commit into from May 13, 2024

Conversation

Datron
Copy link
Collaborator

@Datron Datron commented May 10, 2024

Problem

The local setup of superposition depends on nix with may impede some users from trying it out

Solution

Provide an alternate way to use superposition without setting up nix

@Datron Datron requested a review from a team as a code owner May 10, 2024 05:37
docs/setup.md Outdated Show resolved Hide resolved
- Install wasm-pack
`curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh`
- Install docker
- make sure you have dependencies like libpq, openssl, libiconv,etc installed
Copy link
Collaborator

Choose a reason for hiding this comment

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

How does one do this in MacOS? Any specific instructions needed for this ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@knutties I have written the steps to be platform independent, if necessary I can target ubuntu and macOS install instructions for libpq, openssl and libiconv

docs/setup.md Outdated Show resolved Hide resolved
@Datron Datron linked an issue May 10, 2024 that may be closed by this pull request
docs/setup.md Outdated
cd superposition
```
- Start docker daemon
- MacOS
Copy link
Collaborator

Choose a reason for hiding this comment

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

better to keep the order the same in all examples (Linux first and then MacOS for consistency)

@Datron Datron force-pushed the non-nix-setup branch 3 times, most recently from a9a936c to 2ec74b9 Compare May 10, 2024 11:28
@Datron Datron merged commit ea51bd4 into main May 13, 2024
4 checks passed
@Datron Datron deleted the non-nix-setup branch May 13, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation
3 participants