πΏInstallation
Quick install instructions
Comprehensive install instructions
1. Download and unzip a release
2. Install Elixir & Erlang with asdf
brew install coreutils curl git gnupg gnupg2
brew install asdf
# Add executable to your terminal setup file.
# Bash users:
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ~/.bash_profile
# zsh users
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
# Reload your terminal
asdf plugin add erlang
asdf plugin add elixir
# Navigate to the root of your Petal Pro folder
# Check the file .tool-versions - these are the version we will use.
asdf install3. Rename your project (not recommended if you want updates)
4. Run the setup command
5. Install chromedriver
6. Run the server
7. Add in your branding and details (can be done later)
8. Look over our recipes
Other tools we use to help develop web apps
Contributing
Last updated
Was this helpful?
