-
-
Notifications
You must be signed in to change notification settings - Fork 39
Updates for ease of newcomers #13
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
f1d3cca
c053de6
6596470
25f0c69
b5af292
4429024
f0c4b7b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Pulsar Edit | ||
|
||
This is the website repo for Pulsar Edit. It contains our documenation and other information users might be looking for. Visit the [Website](https://pulsar-edit.github.io). | ||
|
||
|
||
## Guide | ||
|
||
### Tools Needed: | ||
Spiker985 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Toolbox: We recommend using this as a development tool. It helps with containerization of development. | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- This can be setup in most distributions of linux using your package manager or with brew. Brew can also be used on Mac but if that's not ideal we recommend getting directly from the [official website](https://containertoolbx.org/). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe once we have more details we could go ahead and make each OS it's own bullet point, like so: - Toolbox: We recommend using this as a development tool. It helps with containerization of the development process.
- Linux: ...
- Mac: ...
- Windows: ... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I mean, there's also Vagrant like @autumnblazey mentioned in discord. I've just no clue in writing images to make sure our dev environments are synced up. It's why I went the route of toolbox, since it makes it simple without me having to touch things with writing an image. Totally open to changing that, and would end up with Toolbox under Linux as an option or having Vagrant with some pre-made images based on the person's OS/packaging flavor IMO. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was more meaning this as then to detail instructions of the tool for the different OS's like so. For example: - Toolbox: ...
- Linux: Can be set up in most distributions using your package manager or with brew.
- Mac: Can be setup with Brew, or otherwise setup using the [Official Website]()
- Windows: ... idk Get rekt or something There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yea just gonna close this conversation. This is something we need to discuss and change to other tooling so that people's stuff doesn't break when helping us. Preferably vagrant or something like that (if we can find a universal gui for setting this up…).
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Yarn (don't set this up just yet, follow the guide below) | ||
|
||
### Setup | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Clone the repo! Put this where you want it and go ahead and change directories to this. | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Once you've installed toolbox create one using the following `toolbox create pulsar-site` where pulsar-site is the name we're specifying here for this container. | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Then enter it with `toolbox enter pulsar-site`. | ||
kaosine marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- |
Uh oh!
There was an error while loading. Please reload this page.