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

Write instructions how to start #98

Open
fire opened this issue Jul 13, 2024 · 1 comment
Open

Write instructions how to start #98

fire opened this issue Jul 13, 2024 · 1 comment

Comments

@fire
Copy link
Member

fire commented Jul 13, 2024

Context and Problem Statement

Starting Uro development on linux, mac, and windows is hard.

Write a setup guide.

Describe the proposed option and how it helps to overcome the problem or limitation

Work in Progress.

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3
# Add the following to ~/.bashrc:
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"
source ~/.bashrc
sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
asdf install erlang 27.0.1
asdf global erlang 27.0.1
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf install elixir 1.17
asdf global elixir 1.17
sudo apt-get install linux-headers-$(uname -r) build-essential libssl-dev \
libreadline-dev zlib1g-dev libcurl4-openssl-dev uuid-dev icu-devtools libicu-dev
asdf plugin-add postgres https://github.com/smashedtoatoms/asdf-postgres
asdf install postgres 14.12
asdf global postgres 14.12
git clone https://github.com/eahanson/db-scripts /usr/local/bin/db-scripts
cd /usr/local/bin
sudo cp /usr/local/bin/db-scripts/db-* .
cd ~/Documents/uro
db-start
# follow prompt to init postgresql.
psql -U $USER -d postgres
@fire

This comment was marked as off-topic.

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

No branches or pull requests

1 participant