Giter Club home page Giter Club logo

Comments (4)

pentcle avatar pentcle commented on July 23, 2024

figma:
https://www.figma.com/file/rNmjTJL3xib0O1P4N3B5tM/opyn?node-id=0%3A1

from minipent.

pentcle avatar pentcle commented on July 23, 2024

Image

from minipent.

pentcle avatar pentcle commented on July 23, 2024

notes on setting up the instance on railway

use pentacle cloudinary for now

now making a new repo from scratch

create new project in railway
link to minipent github repo for front and back ends
create new postgres db
push minipent db (as a template to over-write (makes running the fe easier to have fields populated))

get the $PORT from the db settings and add to be variables
fe wants $HOST 0.0.0.0

take a copy of a db to use

$ pg_dump mydb > db.sql

$ PGPASSWORD=$PGPASSWORD pg_dump -h containers-us-west-00.railway.app -U postgres -p $PORT -d $DATABASE > minipent-01.sql

login to railway db and drop the public schema

$ PGPASSWORD=$PGPASSWORD psql -h containers-us-west-00.railway.app -U postgres -p 7021 -d railway

DROP SCHEMA public CASCADE;
CREATE SCHEMA public;

import dumpfile to railway

navigate to db-backups dir

$ PGPASSWORD= $PGPASSWORD psql -h containers-us-west-00.railway.app -U postgres -p 7021 -d railway < minipent-01.sql

from minipent.

pentcle avatar pentcle commented on July 23, 2024

this does not yet include the org custom theme, which i am working on this week

from minipent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.