Silver 🇵🇸🔻
Silver 🇵🇸🔻
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
aaah man don't get me started again
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
docker worked fine but it was CPU heavy on my machine so I thought I should run the app natively and kept trying for a few weeks but kept failing so I thought I should note the shell commands I use to install so I thought I might as well make a PKGBUILD file so I thought I might as well publish it on the AUR but I ended up i an endless loop of XY problems I gave up, m going back to Docker
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
or pen and paper
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
Man I might just use Docker after all
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
I just realized there were 2 scripts in the linux folder provision-postgres-linux and build-postgres-linux.sh I'm not sure which one should start first thobuild-postgres-linux.sh alos I'm stuck on the
echo "Applying patches to pg_graphql files..."
for patch_file in "/twenty/patches/pg_graphql/"*.patch; do
echo "Applying patch: $patch_file"
patch -p1 < "$patch_file"
done
echo "Applying patches to pg_graphql files..."
for patch_file in "/twenty/patches/pg_graphql/"*.patch; do
echo "Applying patch: $patch_file"
patch -p1 < "$patch_file"
done
I have no idea where /twenty/patches/pg_graphql is
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
npx nx database:reset twenty-servernpx nx database:reset twenty-server
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
but as I said when executing npx nx database:reset twenty-server the server runs but lags with no data
22 replies
TTwenty
Created by Silver 🇵🇸🔻 on 5/31/2024 in #❓︱help
I am making an AUR package for Twenty but I'm facing problems
all dependencies are installed (pg-graphql, yarn) I did the cp ./packages/twenty-postgres/init.sql /tmp/init.sql and sudo -u postgres psql -f /tmp/init.sql I use node 18 I did the
cp ./packages/twenty-front/.env.example ./packages/twenty-front/.env
cp ./packages/twenty-server/.env.example ./packages/twenty-server/.env
cp ./packages/twenty-front/.env.example ./packages/twenty-front/.env
cp ./packages/twenty-server/.env.example ./packages/twenty-server/.env
22 replies