Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ^Cseans-air:scannstor sean$ heroku run bash
  2. Your version of git is 1.9.3. Which has serious security vulnerabilities.
  3. More information here: https://blog.heroku.com/archives/2014/12/23/update_your_git_clients_on_windows_and_os_x
  4. Running `bash` attached to terminal... up, run.8534
  5. Detected 512 MB available memory, 512 MB limit per process (WEB_MEMORY)
  6. Recommending WEB_CONCURRENCY=1
  7. ~ $ ls
  8. Gruntfile.js Procfile README.md api app.js assets config node_modules package.json tasks views
  9. ~ $ cd views
  10. ~/views $ ls
  11. 403.ejs 404.ejs 500.ejs User homepage.ejs index.ejs layout.ejs session
  12. ~/views $ cd User
  13. ~/views/User $ ls
  14. edit.ejs index.ejs newUser.ejs show.ejs
  15. ~/views/User $ head newUser.ejs
  16. <div class="container">
  17. <div class="newUserAnnouncement">
  18. <h1>Welcome to Scannstor!</h1>
  19.  
  20.  
  21. <form action="/User/create" method="POST" class="form-signin" id="sign-up-form">
  22. <h2 class="form-signin-heading">Create an account</h2>
  23.  
  24. <% if(flash && flash.err) { %>
  25. <ul class="alert alert-success">
  26. ~/views/User $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement