nam1962 / returnsworth

Ruby on Rails app & PWA to manage commerce logistics returns
https://returnsworth-0dc66e0a7879.herokuapp.com/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Créer app rails en local puis Github repo + kanban login + collab #4

Closed nam1962 closed 1 year ago

nam1962 commented 1 year ago

Voici les commandes passées

nam1962 commented 1 year ago

:)

nam1962 commented 1 year ago
rails new \
  -d postgresql \
  -j webpack \
  -m https://raw.githubusercontent.com/lewagon/rails-templates/master/devise.rb \
returnsworth

cd returnsworth
code .
rails routes
rails s
bundle install
git status
git add .
git commit -m "rails new"
gh repo create --public --source=.
 git remote -v
git push origin master
heroku create returnsworth  --region eu
git push heroku master`
cmsavary commented 1 year ago

mise en place collaboration

mkdir ~/code/nam1962
cd ~/code/nam1962
git clone git@github.com:nam1962/returnsworth.git (SSH key)
cd returnsworth