Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
/bootstrapPublic archive

Prepackaged version of Devise with configuration ready to rock

NotificationsYou must be signed in to change notification settings

devisephp/bootstrap

Repository files navigation

Latest Stable VersionTotal DownloadsLatest Unstable VersionLicense

alt text

##About

The Devise Bootstrap is the official bootstrapped application for theDevise content management system. Think of this as a blank slate for your application with everything you need to get started. Every night we rebuild this application so that you can download the entire applicationand all dependencies.

If you are new to Devise this is the easiest way to get started. Just click on "Download Zip" button above orclick here. Drop it on a server and then choose your install method.

Full Documentation

Full documentation can be found athttp://devisephp.com/docs

General Install onHomestead

Homestead is a virtual machine created by the team behind Laravel. You can use any host you like but Homestead provides an Ubuntu sandbox that bridges files to and from your host machine. If you've never used it before follow the instructionshere. It's worth the download time to get up and running.

Once you're all setup and can ssh into your box follow these steps:

  1. Create your new site entry in yourHomestead.yaml
- map: new-domain.com  to: /home/vagrant/Code/new-domain/public
  1. Add your domain to your/etc/hosts

  2. From ~/Homestead:vagrant reload --provision

  3. Unzip thelatest build into your Homestead directory.

  4. If your database user does not have CREATE permissions you will need to create the database we will install to.

Install From Browser

Installing from a browser is very easy. Just go to your domain (http://new-domain.com:8000 in this example - 8000 is the port Homestead listens on) and you will be redirected to the installer

  1. Click get started on the welcome screen.

  2. Select or set the appropriate environment. This is really up to you and simply sets the name of the environment you are installing to. For instance: If you are working on your own computer you probably want to select "local" and if you're working on the final server you probably want to select "production"

  3. Provide the appropriate database settings. If the user you provide has CREATE DATABASE privileges then Devise will create the database for you.

  4. Provide the administrators email, username, and password. The password must be at least 8 characters in length.

After clicking next Devise installs it's migrations and seeds into your database and forwards you to the administration screen.

Install From Command Line

From the root of your project:php artisan devise:install and follow the prompts which are very similar to the steps above.

What now?

Well, that depends on what it is that you want to create. If it's a simple site that only needs content management then you probably just want to import some templates and sprinkle somedata-devise attributes throughout your code. If it's more application centric then you can connect your front-end to your classes through the API section.

If you're totally lost we strongly suggest you check out theBrewers & Beers project which has several examples of what you can do in Devise.

Feedback

Please give us your feedback on Devise and the Devise Bootstrap atinfo@devisephp.com

License

The Laravel framework is open-sourced software licensed under theMIT license

About

Prepackaged version of Devise with configuration ready to rock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp