-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI default to help & CLI subpackage (#395)
- Loading branch information
Showing
421 changed files
with
1,326 additions
and
400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,4 @@ jobs: | |
|
||
- name: Test | ||
run: | | ||
stack --no-terminal test --fast | ||
stack test --no-terminal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Fission CLI | ||
|
||
 | ||
 | ||
[](https://fission.codes/discord) | ||
[](https://talk.fission.codes) | ||
|
||
Seamlessly deploy websites and store secure user data | ||
|
||
## QuickStart | ||
|
||
### MacOS | ||
|
||
```shell | ||
# IPFS on MacOS, otherwise https://docs.ipfs.io/introduction/install/ | ||
brew install ipfs | ||
brew services start ipfs | ||
|
||
brew install fission-suite/fission/fission-cli | ||
``` | ||
|
||
Or to build from source: | ||
|
||
```shell | ||
# Dependencies | ||
brew install stack | ||
brew install postgresql | ||
|
||
# Go to the Fission repo | ||
cd $FISSION_REPO | ||
|
||
# Build & install | ||
stack install --no-nix fission:fission-cil | ||
|
||
# Build only | ||
stack build --no-nix fission:fission-cli | ||
``` | ||
|
||
### Binary Releases | ||
|
||
Grab the latest binary for your operating system from our [release page](https://github.com/fission-suite/fission/releases). | ||
|
||
You'll find the most up to date instructions for [installation](https://guide.fission.codes/hosting/installation) and [getting started](https://guide.fission.codes/hosting/getting-started) in our [Guide](https://guide.fission.codes). | ||
|
||
If using Linux, install `libpq-dev` | ||
|
||
### Seamless Deployments | ||
Deployments are just one step: `fission app publish` | ||
|
||
|
||
``` | ||
$ fission up hello-universe/ | ||
🚀 Now live on the network | ||
👌 QmRVvvMeMEPi1zerpXYH9df3ATdzuB63R1wf3Mz5NS5HQN | ||
📝 DNS updated! Check out your site at: | ||
🔗 hello-universe.fission.name | ||
``` | ||
|
||
Simple as that! | ||
|
||
If you'd like to redeploy everytime you change a file, use `fission app publish --watch` | ||
|
||
## Development | ||
|
||
### Setup | ||
|
||
Install [Haskell Stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). | ||
|
||
Install PostgreSQL database. | ||
|
||
On MacOS with Homebrew: | ||
|
||
`brew install stack` | ||
`brew install postgresql` | ||
|
||
### Build | ||
|
||
``` shell | ||
stack install fission-cli | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.