Skip to content

taizan/ecomaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,583 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open source web comic builder

Install

Install ruby via rvm

# Fetch rvm
curl -L get.rvm.io | bash -s stable
# Install rvm dependency. please read `rvm requirements`
rvm requirements
# And then install ruby
rvm install ruby-1.9.3-head

Install ecomaki-dependent gems

cd path/to/ecomaki
# ecomaki uses imagemagick and nodejs
# If you are using ubuntu, try this command
sudo aptitude install libmagickwand-dev nodejs
bundle install --path vendor/bundle
bundle exec rake db:migrate
bundle exec rake db:fixtures:load
bundle exec rails server
xdg-open http://localhost:3000/novel/1

About

htmlbased web comic maker that can use all uploaded images or music as liblary, and set animation of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors